Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL insert to a logical field
Message
From
16/08/2002 13:55:10
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
SQL insert to a logical field
Miscellaneous
Thread ID:
00690459
Message ID:
00690459
Views:
44
Hello,

I'm attempting to insert into a logical field in a foxpro database from an asp page. I have set the values of the dropdown to 0/1, .t./.f., t/f and nothing has worked. It inserts everything into the database as "F", even when it should be "T".

Some background.....
SQL insert:
Conn.Execute "insert into PROFILES (dbhlink, responsibi, instruc, subject,
emailsub, Panumber) values ('" & _
dbhlink & "', '" & responsibi & "', '" & instruc & "', '" & subject & "',
emailsub, '" & PAnumber & "');"

where emailsub is the logical field. The HTML looks like this:



Thanks in advance for your help.
Ann Marie
Next
Reply
Map
View

Click here to load this message in the networking platform