| Thread | Last Post | Replies |
|
| formatting and getstring() | 31 Jul 2007 21:36 GMT | 1 |
I have a record set that I am displaying with getstring(). I need to format one column only using FormatDateTime. How do I do this? Thank you.
|
| DataSet conversion to ADO Recordset | 31 Jul 2007 08:00 GMT | 2 |
I'm writing an application where the user creates a custom DataTable. How can I convert it to an ADO Recordset, so to be able to save it to an Access Database ? Or, is there any other way to directly save the DataTable as a new Table in Access Database ?
|
| VB6/SQl Server 2000 | 31 Jul 2007 00:56 GMT | 3 |
I have debug statements in my Stored Procedures, which I want to display to a "text" control placed on a VB6.0 form.Events flow from one SP to another and I want all the statements. In short, I want to trace the path ,of the flow of events, at the server
|
| updating and deleting | 30 Jul 2007 20:35 GMT | 4 |
I have two tables with the following components: 1. authTable - shop order no, auth no, work center id 2. dbo_shopOrder - shop order no, work center id I would like to do a few things but I am not sure where to start.
|
| insert many records into sql from Text file | 30 Jul 2007 15:54 GMT | 1 |
how to read records from Text file and insert into SQL record using VB? i use following src code and able to add in the first record in Text file, but how can i move to the next record in text file so that i
|
| Create Storedprocedure with VB6? Is this possible? | 30 Jul 2007 07:04 GMT | 10 |
Can a Storedprocedure be created using code in VB6? If so how? Is there some sample code? TIA
|
| VB6 .exe app error opening .MDB from one of many installs. | 27 Jul 2007 22:28 GMT | 3 |
I'm getting the error: "The Microsoft Jet database engine cannot open file \\Xpws03\C:\Test.mdb. It is already opened exclusively by another user, or you need permission to view its data."
|
| how to wirte to Ms Excel in VB by retrieve data from SQL Server | 27 Jul 2007 20:05 GMT | 2 |
Dear All, how to write the to Ms Excel File by retireve data from SQL Server. below src code i use: Public Sub Write2Excel()
|
| Reading parameters in ExecuteComplete and still getting a Recordset from Command.Execute | 26 Jul 2007 18:34 GMT | 3 |
Dear Group, I would like to read the input and output parameters of a stored procedure within the Connection.ExecuteComplete event handler. Unfortunately, I have found that if I do this while using
|
| Testing stuff | 24 Jul 2007 07:39 GMT | 1 |
|
| Error: "Object or class does not suport set of events" in Access 2000 | 20 Jul 2007 11:12 GMT | 1 |
In Access 2000, whenever any of the controls on any of the forms in my database tries to launch VBA (in the form, of, say, an "event procedures" attached to a triggered event
|
| Really wiered problem. ALT+TAB closes database connection. Please help. | 20 Jul 2007 08:54 GMT | 4 |
I am facing a really weird problem and can't figure it out. I have my application that uses ADO to connect to SQL 2000 database. I have 3 parts to my application. The main app, then a .dll that does all database work like connections and queries that is called from the
|
| Connect to SQL database | 19 Jul 2007 19:34 GMT | 3 |
Hello; I'm on XP Pro, using VB6 and an SQL Server Database on our server. I can't seem to connect - keep getting "Error 3709 - The connection cannot be used to perform this operation. It is either closed or invalid in this context".
|
| bookmark problem | 19 Jul 2007 16:10 GMT | 1 |
Can someone tell me why this isn't working? I'm trying to use a bookmark to go to a particular record in a recordset. The recordset is from an Access 97 database. Here's the code: Dim sConn As String
|
| Are indexes permanent and unique forever? | 15 Jul 2007 19:07 GMT | 4 |
I have an Index field.. set to autoincr and as primaryindex Others using the database are saving the index value of certain records to be able to retrieve them later (no other fields are guaranteed unique). I am wondering if this could be a problem. 1. Can these index values ever be ...
|