I need help and Can't find my answer anywhere.
I want to generate an insert w/subselect statement that pulls a recordset of data and inserts it into a temporary database table where I can modify a couple of columns and then use a similar Insert w/Subselect statement to move the fresh data from...
Sure I can. I am writing my SQL statement in VBScript in my asp page and linking to my FxPro table through ODBC. Here is a reduced chunk of my SQL statement as it is long:
SQLInsert = "INSERT INTO rccnhd10 (CONTNO, ENDFIRM, INVCOMM) VALUES ('" & NextRecord & "', " &...
Okay, after some testing, I have determined that whatever the result is going to be, it will require NOT having single quotes. When I tried sending through the SQL statement WITH quotes, I got a data type mismatch, but when I sent it through WITHOUT quotes, the statement sent, but my DB table...
I am attempting to write an SQL statement that would allow me to create a new record in a FoxPro table and add my fields to it from the web. All has gone well until I attempted to feed my table a boolean and all hell broke loose.
I want to have a user answer True/False to a question, have that...
I figured out the problem by myself...
The form frmOrder isnt initialized before my data was sent to it, so all I had to do was put the adodc.refresh command in the button on frmEvent and then place the new RecordSource in the form_load event of frmOrder with a refresh. The Adodc will already...
Some background about my project: I am accessing a Visual FoxPro Database Table through ODBC. I am using ADODC data controls and DataGrid controls to display the information.
I have 2 forms I am currently working with.
The first form (frmEvent) results from a doubleclick on a previous form...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.