But it works for me
put field can also work too
Search found 5 matches
- Fri Mar 07, 2014 7:32 am
- Forum: Databases
- Topic: No error message but cant insert into database
- Replies: 12
- Views: 9478
- Fri Mar 07, 2014 3:48 am
- Forum: Databases
- Topic: No error message but cant insert into database
- Replies: 12
- Views: 9478
Re: No error message but cant insert into database
@dave.kilroy you are right cos' their explanation helped me to achieved that Look at d code that worked for me. on mouseUp -- use a global variable to hold the connection ID so other scripts can use it global gConnectionID -- set up the connection parameters - edit these to suit your database put "l...
- Wed Mar 05, 2014 11:54 am
- Forum: Databases
- Topic: No error message but cant insert into database
- Replies: 12
- Views: 9478
Re: No error message but cant insert into database
I got it now...inserted successfully. Thank you all
- Wed Mar 05, 2014 9:02 am
- Forum: Databases
- Topic: No error message but cant insert into database
- Replies: 12
- Views: 9478
Re: No error message but cant insert into database
@bangkok the idea worked but is not getting user input from the field rather is inserting the field name put "tusernumber" into userNumber put "tname" into userName put "tsexstatus" into usex put "tdepartment" into department put "tschool" into uschool put "tname" into dlevel put "tuaddress" into ua...
- Tue Mar 04, 2014 3:57 pm
- Forum: Databases
- Topic: No error message but cant insert into database
- Replies: 12
- Views: 9478
No error message but cant insert into database
Please what could be wrong with this script? is not inserting fields from my form into the table even when everything seems alright. on mouseUp -- use a global variable to hold the connection ID so other scripts can use it global gConnectionID -- set up the connection parameters - edit these to suit...