| Thread | Last Post | Replies |
|
| Client Side Access Database connection for Company intranet | 31 Oct 2007 18:22 GMT | 1 |
How can I connect (client side) to my access 2003 database using a web page? I've searched the web and I'm looking for bare bones examples to: 1) connect 2) display data 3) update data 4) delete data. HELP!!!
|
| VS 2005 ADO.Net Basics | 31 Oct 2007 18:17 GMT | 2 |
I'm a VB6 developer who has recently installed Visual Studio 2005 and I want to get my hands dirty with VB.NET 2005! I'm struggling with database connections, and I mean floundering! Most of the examples I've found have been using forms and controls but I
|
| Output parameter | 29 Oct 2007 18:38 GMT | 1 |
I am using SQL2000 and asp.net using vb. I am returning a value for the number of records in a recordset that I am binding to a datagrid but am not sure how to bring back value from SP. Code for binding data from SP to grid:
|
| vb6.0 ADO to SQL 2k | 28 Oct 2007 14:16 GMT | 6 |
I have a command in a vb method that saves data to an sql 2k database as follows. Dim rs As ADODB.Recordset Dim strSQL As String
|
| Override HOSTNAME with ConnectionString property? | 28 Oct 2007 13:50 GMT | 1 |
Running SQL 2000...I'm writing some VB code (actually VBA) using ADO to connect to SQL. I want to override the regular SQL Hostname -- which normally displays the workstation ID -- with my own string, specified as an arg to ADO's ConnectionString property. I wasn't sure if I ...
|
| Error in query referring to Combo Box | 27 Oct 2007 12:11 GMT | 4 |
I am very new to using code to build forms and am having a problem. I trying to embed a query within a public sub routine. The goal of this query is to use an alphanumeric code entered into a combo box on a form to retrieve an associated ID within a table that will be used
|
| Type mismatch | 26 Oct 2007 15:06 GMT | 3 |
Option Explicit Dim ws As Workspace Dim db As Database Dim rs As Recordset
|
| MySQL Connection | 25 Oct 2007 21:10 GMT | 5 |
I have an application in VB6 using DataEnvironment object to specify the connection to a different databases. Up to now I successfully made connections to a Access, Oracle and SQL Server databases.
|
| Connection String to Open dBase III Files | 25 Oct 2007 15:43 GMT | 2 |
Dear Sir, I Want to Open dBase III files. Now How I can provide connection string without using User DSN Sanjay Shah
|
| Activex Creation Error executing CreateObject("ADODB.Field") | 25 Oct 2007 15:42 GMT | 3 |
A simple VBScript with the line: Set oFld = CreateObject("ADODB.Field") causes an error that the object cannot be created. I've seen various examples of this so I'm sure it must work. Can anyone tell me why this
|
| [vb8] Add NewRow to .mdb problems | 25 Oct 2007 08:17 GMT | 2 |
hoping somebody can help out here. Searched half earth to find a solution but no success yet. The following code doesn't gave any fault or warning but doesn't what it is suppose to do. Can somebody explain why this code does not produce an extra new row in
|
| compacting access database using vb | 24 Oct 2007 19:51 GMT | 2 |
Hi, This is actually an MS Access problem, but i thought i'd put it here as well. If anyone can help.... I am working on a database and on a specific form i have a button for
|
| object variable or with block variable not set | 19 Oct 2007 09:04 GMT | 1 |
Hello,, Iam just trying to read a sheet from excel and transfer that excel information into my Access database. When i try to import the excel data Iam getting Object variable or with
|
| object variable or with block variable not set | 18 Oct 2007 17:32 GMT | 2 |
Hello,, Iam just trying to read a sheet from excel and transfer that excel information into my Access database. When i try to import the excel data Iam getting Object variable or with
|
| Using SQL Server 2005 Express from Visual Basic 6 | 16 Oct 2007 19:52 GMT | 1 |
Using this connection string from Vb.net 2005 runs successfully: "Data Source=.\SQLEXPRESS;AttachDbFilename=C:\Program Files\SQLTest\Database1.mdf;Integrated Security=True;User Instance=True" I have gone to a previous application written in VB 6 to replace Jet/ACCESS
|