Oh, also this is only functional on mysql 5
Thanks.

On Mar 30, 2006, at 1:03 PM, Joshua Demori wrote:

if you run the following sql command it tells if something is successful
a -1 is an error in the last action
any number is the affected number of rows.
this is what I am using to determine if something is successful or not

rs = db.SQLSelect("SELECT ROW_COUNT();")

so basiacily you insert a database record
then run the command listed and go from there...



On Mar 30, 2006, at 11:50 AM, Mathieu Langlois wrote:

The error message (if there is one) from the database's ErrorMessage
property would be useful.

Math

On 3/30/06, Joshua Demori <[EMAIL PROTECTED]> wrote:

It seems if you in a method write to the database once its fine,
twice its fine,
but in a loop it seems to fail on certain records. and it seems to be
at the same spot all the time.
_______________________________________________
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>

_______________________________________________
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>

_______________________________________________
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>

Reply via email to