|
-
Sep 24th, 2003, 07:46 AM
#1
Thread Starter
New Member
db connection through coding
hi
1)how can i use a variable in the rs() to go through the fields, e.g
dim a as integer
for a =1 to 3
text1.text=rs(a)
next a
2)also how can i take the name of a table as input n create it
using the sql query
3)i ve "ID" as pri key, but when i run the following, n giving an input for the field "ID" but leaving the field "Name" as blank, an error=(table1.name cannot be a zro length string ) occurs.how do i resolve this err
rs2.Open "insert into zee(ID,Name,Phone) values(' " & MSFlexGrid1.TextMatrix(MSFlexGrid1.Row, MSFlexGrid1.Col) & " ' , '" & MSFlexGrid1.TextMatrix(MSFlexGrid1.Row, MSFlexGrid1.Col + 1) & "')", cn, adOpenStatic, adLockOptimistic
thankyou
Last edited by Zeshan; Sep 24th, 2003 at 03:04 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|