hi, is possible 2 display auto number just after the record is added and updated. I mean for example, it display recorded is added and auto number for this field is "auto number"
hi everyone thanks for help, my prog is working. I has spaces in front of records in the database, which i was trying to get, cause i had (' "&clName& " ')spaces between the colons & speech marks instead of ('"&clName& "')in my INSERT method.
thanks
hi i have problem with updating an existing record, i get the folloing error mess. My database has 6-7 records. Its working with other functionality
Error Type:
ADODB.Field (0x800A0BCD)
Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current...
i have records in the database & i tried what u told me but dint work
Error Type:
ADODB.Field (0x800A0BCD)
Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.
/cw1/withdraw_money2222.asp, line 18
Browser Type:
Mozilla/4.0...
ADODB.Field (0x800A0BCD)
Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.
/cw1/withdraw_money2222.asp, line 18
line 18 is
balance = RS("cl_balance")
next error
Error Type:
ADODB.Recordset (0x800A0E79)
Operation is not allowed when the object is open.
/cw1/withdraw_money2222.asp, line 18
RS.Open ,myCon,adOpenStatic,adLockOptimistic, adCmdTable
I am sorry new error mess
Microsoft VBScript compilation (0x800A0409)
Unterminated string constant
/cw1/withdraw_money2222.asp, line 16, column 84
rs.open "SELECT cl_balance FROM my_table WHERE cl_name =' "&userName &" ',myCon,1,3...
hi i get this error mess this time
Microsoft VBScript compilation (0x800A0401)
Expected end of statement
/cw1/withdraw_money2222.asp, line 16, column 75
rs.open ="SELECT cl_balance FROM my_table WHERE cl_name =' "&userName &"'",myCon,1,3...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.