DatabaseAccess
DatabaseAccess
- Subject: DatabaseAccess
- From: WELEMSKI <email@hidden>
- Date: Wed, 12 May 2004 05:30:37 +0100 (BST)
Hi, I am new to webObjects I have this problem which I havn't figured out yet. I am a php programmer before I switch to webObjects...
How am I able to fetch all the data on the database in to an array type of variable so I can compare the data in the future.
e.g. in php we have " mysql_fetch_array($result_query) " where the "$result_query" is the result of the mysql queries ;
$result_query=mysql_query("SELECT * FROM tblname");
So I could compare the data in the future when the value of the database if the data are already fetched in the variable.
I am making a database where the username is unique I want the webObjects to identify if the username is in use or not and redirected to another page or else save the data in to the database..
Thanks...
---------------------------------
Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download Messenger Now
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.