Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
I am trying to update records in an .mdb table with the number of records containing the same value. The SQL below does not work but I think g开发者_StackOverflowives an indication of what I am tryin
I am trying to determine the best approach when designing a new Access based application. Due to decisions made by others I have to use Access 2003 as my front end and SQL Server as my back-end data s
My main process(main.exe)开发者_如何学JAVA initilaized COM library and created a thread which creates a new process(p1.exe) this new process is again initializing COM library and after making all refe
How to load a binary file(.bin) of size 6 MB in a varbinary(MAX) column of SQL Server 2005 databaseusing ADO in a VC++ application.
I have an ASP routine that gets a binary file\'s contents and writes it to a stream.The intention is to read it from the stream and process it at the server.
I havent done any classic ASP for a couple of years and now trying to get back into it from c# is prooving impossible! I\'ve got a recursive function which very simply is supposed to query a database
I\'m working on a legacy VB6 app here at work, and it has been a long time since I\'ve looked at VB6 or ADO.One thing the app does is to executes SQL Tasks and then to output the success/failure into
I have an ASP form that needs to submit data to two different systems. First the data needs to go into an MS SQL database, which will get an ID. I then need to submit all that form data to an external
I\'ve been having a problem for the past month and can\'t seem to figure out what is wrong. Here\'s the setup and a little background.