On Oct 03, 2006, at 6:06 PM, <[EMAIL PROTECTED]>
<[EMAIL PROTECTED]> wrote:
Hi All.
I've very slowly been getting on learning about RealSQLdatabase
use, and I've gotten a little farther
than before. However, i need a little help.
Some of these questions are probably silly. I apologize in
advance, but I'm one of these people who
needs to know the 'why's of things.
Here is my code:
nothing is added to my database.
Any ideas?
Can you post your actual code ?
This won't compile and I suspect I know what's wrong
If you look at the INSERT statement it's not created properly, or has
values not like what you want
db.sqlexecute ("Insert into users (username,password,priority)
Values "(editfield1.text','editfield2.text',',popgroup)")
It should be something more like
db.sqlexecute ("Insert into users (username,password,priority)
Values ('" + editfield1.text + "','" + editfield2.text + "','" +
popgroup +")")
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>