Displaying 5 results from an estimated 5 matches for "amrutkar".
2007 Feb 20
7
How to Get data from Web Page to Database.
Hi,
I want to get the details from a table which is displayed on a Web
page into the Database.
How to read that Web page ? I mean if there is table Student details
like Roll no., name etc.
And I want to read that table & store it into my database in table
My_Student. How to do this?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are
2009 Apr 06
3
Installing Warehouse- undefined symbol: apr_dbm_type_db
Hi All,
I want to install warehouse application but i could use rake command
because of following error.
Kindly support me to resolve the same.
Error-
!! No Ultraviolet gem found, defaulting to javascript syntax
highlighting. Do not be afraid.
!! Error loading plugins: Mysql::Error: Table
''electron_xorndevelopment.plugins'' doesn''t exist: SELECT * FROM
`plugins`
2008 Feb 20
0
Creation of Bookmark Button
Hi Everyone,
I want to create a button in my app which can be placed on browser
bookmarks toolbar.
And for any website when i click on that bookmark, it will open a
layered window (like popup) which
will have page title and domain name of that page And also it will
have some input fields. It will be
a form from my application. And when i will submit that window will
close down and update
2008 Jul 23
1
session handling in rails and flex
Hi All,
I am using Flex for front-end in my application. This front-end needs
some data from my application, so it calls few rails methods where i
have generated xml file which gives these data. But i didn''t get any
session value in these methods. Sessions are created in other methods
of different controller in my rails application.
Does anybody know why these session values are not
2008 Jul 24
0
Accessing session values in rails methods
Hello All,
This is something new for me. Please help me to resolve the following
problem.
I am using Flex in my application of course Flex in rails.
I am using Flex in UI for widgets, where it calls a rails method which
gives a .rxml file from where it gets the data to put it into the
widget.
I have used few sessions in my application. When i have a request from
browser to one of my page i