| Thread | Last Post | Replies |
|
| VB6 and Access 97/2000 | 19 Jul 2004 18:02 GMT | 1 |
I have a VB6 app I am developing that connects to an Access 2K DB. Each time that I try to identify the 'RecordSource'- after identifying the database when placing the DataControl on the form, I get the error "Data Access Error". 'Help' takes me to: "Data Access Error (Error
|
| Retriving and sending exe file in SQL | 19 Jul 2004 01:49 GMT | 1 |
hi... i hve one question.. i would like to make a small autoupdate feature for my app... i would make one app to store myapp.exe file in sql server... using ado
|
| Incorrect syntax error | 18 Jul 2004 00:20 GMT | 3 |
I have the following code in my VBA app: tblLotsRS.Open strSQL, gobjConnection, adOpenForwardOnly, adLockOptimistic, adCmdTable where strSQL = "SELECT * FROM tblLots WHERE BufferID = 1" I cut and pasted the SQL string in a query in Enterprise Manager and ran it without a ...
|
| New TO VB.net | 18 Jul 2004 00:18 GMT | 2 |
I am learning how to do a dataset in VB.net and when I go to run the program I get an error with InitializeComponent() The error is
|
| Alter Table command | 17 Jul 2004 20:35 GMT | 1 |
I'm trying to set up a dialog box that allows users to enter columns in a table they've defined However, I'm getting an error - I'm creating the SQL statment: ALTER TABLE NewOne ADD lname varchar(50) NOT NULL
|
| Incorrect Syntax Error | 17 Jul 2004 14:38 GMT | 2 |
I have the following code in my VBA app: tblLotsRS.Open strSQL, gobjConnection, adOpenForwardOnly, adLockOptimistic, adCmdTable where strSQL = "SELECT * FROM tblLots WHERE BufferID = 1"
|
| connection VB6 with Oracle | 17 Jul 2004 12:01 GMT | 2 |
Something about connection VB6 with Oracle. How to make safe connection between program written in VB6 and Oracle? I don't want to include user connection (oracle) and password into program code, so it should be somewhere outside. Question is where. Of course user and password ...
|
| Retrieve marks of students stored in a tabular format in the html file | 17 Jul 2004 05:31 GMT | 1 |
I have marks of students stored in a tabular format in the maks.htm file ( file attached and codes included below ) Will ado of vb be able to retrieve the marks directly? TL
|
| EOF not set on first FIND failure | 17 Jul 2004 03:28 GMT | 7 |
I'm using VB 6 as part of Visual Studio 98 on a Windows 2000 SP 4 machine. I have a VB 6 form, with a DataEnvironment that's connected to an Access 2000 database. There is a FIND button that performs a search based on which of three option buttons in a control array is selected ...
|
| Cleanly cancelling a new DB entry in MS Access? | 16 Jul 2004 20:56 GMT | 5 |
Does anyone know how to stop Microsoft Access coming up with the 'You can't save this record at this time' dialog when you set Cancel = 1 on a form's BeforeUpdate? I'm trying to create a form where you can just add a new record, and I'd like to have a cancel button, but obviously ...
|
| How to check a rdoConnection | 16 Jul 2004 08:50 GMT | 2 |
I our application we have a global variable (rdoConnection) that we initialize on load. This is open all the time. Set enOrdre = rdoEnvironments(0) enOrdre.CursorDriver = rdUseNone
|
| getting updatable recordset with ADODB.Command object | 16 Jul 2004 03:01 GMT | 4 |
hi gurus; Whenever i try to get recordset from execute method of ADODB.Command object i get readonly recordset, even though i have set Connection CursorLocation property to adUseClient. But when I run this stored procedure with
|
| Connection string with sa password | 16 Jul 2004 03:01 GMT | 1 |
My application designed with VB6.0 is connected to MS SQL Server 7.0. Server has password for sa login. The VB code for connection is next: Dim Conn As ADODB.Connection Set Conn = New ADODB.Connection
|
| Creating Attributes | 16 Jul 2004 01:24 GMT | 3 |
I am creating a New table via DAO. But the field named RecNum needs to have thew attribute of AutoIncrement. How do I do this correctly?? With tdfPickTicketLog .Fields.Append .CreateField("Type", dbText, 8)
|
| Connection string with sa password | 15 Jul 2004 23:30 GMT | 2 |
My application designed with VB6.0 is connected to MS SQL Server 7.0. Server has password for sa login. The VB code for connection is next: Dim Conn As ADODB.Connection Set Conn = New ADODB.Connection
|