Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL insert to a logical field
Message
De
16/08/2002 13:55:10
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
SQL insert to a logical field
Divers
Thread ID:
00690459
Message ID:
00690459
Vues:
45
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform