| Thread | Last Post | Replies |
|
| Multi-datase Application | 28 Dec 2004 23:58 GMT | 5 |
Hello - I'm in the process of writing an application that needs to support MySQL and SQL Server using VB6. I'm wondering if anyone can offer me any tips or gotchas to look out for. I'm also looking for best practices in how to setup the configuration for
|
| inserting guid problem | 28 Dec 2004 23:46 GMT | 2 |
Is there any special trick for inserting a guid value into a "Replication ID" field in Access 2000? I'm trying to do this using ADO: con.execute "INSERT INTO my-table (guid) VALUES ('" & guidvar & "');"
|
| Can't write more than 8000 characters to an ntext field using a stored procedure | 28 Dec 2004 23:29 GMT | 3 |
I'm using ADO from ASP VBScript to write to an ntext column in an SQL Server table. The string size is 20555 and I use AppendChunk to add chunks of 1000 characters (20 chunks + 555 leftover).
|
| Database problem | 28 Dec 2004 23:18 GMT | 6 |
Hi , I am using MDI form as the menu for my program. I have 2 form which both need a connection to database MS Access. This is my coding to connect to database. Dim MyConnR As New ADODB.Connection
|
| Macro substitution? | 28 Dec 2004 21:09 GMT | 4 |
I'm used to program in Foxpro, and a bit novice in VB. In Fox macro sutstitution can be used for variable names, file names, and code snippets. Example: cVariable = "HotelName"
|
| Multiple Connection Objects within VB Code | 28 Dec 2004 19:33 GMT | 6 |
What is everyones' opinion on writing VB code and having every subroutine/function instantiating a new instance of a connection object and opening the connection to the database? I'm currently supporting a VB6 program that has about 25+ of these within
|
| linked tables | 28 Dec 2004 19:15 GMT | 11 |
I am having a problem, and I was hoping that someone here could help me. I have an Access database define that contains two tables. There is a third table defined in the Access database which is linked to a SQL Server table. While I am in the Access environment, I can query ...
|
| Zoom in DataReport | 28 Dec 2004 15:14 GMT | 1 |
I have a question. Is it possible for my DataReport, after the Activate event, to set the Zoom from 100% value to 75% value automatically? thanks for your help!
|
| How can I debug an ADO.Net problem? | 28 Dec 2004 14:37 GMT | 1 |
I am brand new at using Visual Basic .Net. I am constructing an application that is using an Access database. I am trying to write orders to a table and I am getting an error that is staing that syntax error arose on the INSERT INTO command. I was wondering how to debug this ...
|
| SQL DMO error | 28 Dec 2004 14:33 GMT | 1 |
I am trying to connect to a SQL server 2000 machine (with SP3). This machine is not on the domain. I have an application (written in VB 6) that tries to connect to this machine (from a WinXP box that is on a domain) using SQL DMO (need to do this to determine if the user trying ...
|
| error 3265 | 28 Dec 2004 14:03 GMT | 1 |
can anyone pls tell me what to do? i have done all the connections that need to be done, but this error keep comming-up (error 3265)
|
| Creating new SQL Server user in Visual Basic | 28 Dec 2004 07:53 GMT | 1 |
How can I create a new sql server user in VB alongwith rights priveleges of db_datareader and db_readwriter.
|
| Run-time syntax error in UPDATE statement (vb6 & Access 2000) | 27 Dec 2004 20:16 GMT | 1 |
I have several calls thruout my application to guery an access database with more than one table, and it works fine, but in the log-in screen I am trying to load default settings and it is not working. Using win98, VB6 & Access2000. The VB application, in the form load event,
|
| help Sql with VB | 27 Dec 2004 18:45 GMT | 3 |
i am trying to get a string as follows from sql server select 'hello this is firstline ' + char(13) + 'this is second line' in the results pane of the query analyser the second line comes below the first line as expected
|
| Processes still running after closing | 27 Dec 2004 18:31 GMT | 1 |
When I close my application (in VB6 with Access 2000), I still have processes runnning. Actually, it only occurs when I print a report, otherwise the application ends normally when I close the last window.
|