Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Insert SQL don't work within a VFP/ODBC datasource
Message
Information générale
Forum:
Internet
Catégorie:
Active Server Page
Divers
Thread ID:
00417168
Message ID:
00417744
Vues:
27
Thanks, It is my code:
<%tfirma=request.form("T1")
tmensaje=request.form("S1")%>
<%tsql1="insert into oatp(fecha,atenc,detalle) values("
tsql2="'" & now & "'" & "," & "'" & request.form("T1") & "'" & "," & "'" & request.form("S1") & "'" & ")"
tsql=tsql1 & tsql2%>
<%Set OBJdbConnection = Server.CreateObject("ADODB.Connection")%>
<%
OBJdbConnection.Open "oatdb"
OBJdbConnection.Execute(tsql)
OBJdbConnection.close
%>
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform