Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Insert SQL don't work within a VFP/ODBC datasource
Message
General information
Forum:
Internet
Category:
Active Server Page
Miscellaneous
Thread ID:
00417168
Message ID:
00417744
Views:
25
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
%>
Previous
Reply
Map
View

Click here to load this message in the networking platform