Hi again!
Erm, How can I check to see if an SQL statement has returned nothing? It's very late here and I can't think straight...
Also how would I add data from text inputs into a database?
thanks!
Chris!
Hi again!
Erm, How can I check to see if an SQL statement has returned nothing? It's very late here and I can't think straight...
Also how would I add data from text inputs into a database?
thanks!
Chris!
WinterMute.
TO check for nothing use this as long as you opened forward only
To add data to a databaseCode:if rs.eof = false then 'Returned something else msgbox "Nothing returned" end if
Hope this helps,Code:objConn.Execute "INSERT INTO table (FIELD1,FIELD2) VALUES ('" & text1.text & "','" & text2.text & "')"
Negative 0
Blog | RegEx | Encrypting UN/PW in Web.Config | Enabling ASP.Net on IIS 6 | Port Numbers | Creating GUIDs | Start->Run | Modifying the default class