Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~108 People Reached
Favorite Forums
Favorite Tags
asp x 2
Member Avatar for Jason_tdot

I'm a newbie with inputing into a database. Can someone help me with the script below. There is probably a few errors. Can you spot them please :) Thanks in advance Dim conn, rsadd, sql Set conn=Server.CreateObject("ADODB.Connection") conn.Open "seneca_book_db" Set rsadd=Server.CreateObject("ADODB.RecordSet") sql="Select * From Customers" rsadd.Open sql, conn rsadd.AddNew rsadd("Custaccount")=request("T3") …

Member Avatar for hollystyles
0
108