| Thread | Last Post | Replies |
|
| DAO reference / Access 2007 | 28 Feb 2008 00:24 GMT | 1 |
while using an Access 2007 .accdb file I can access the dao. object very easily. the following code in VBA works well : Function getrecordcount(strTableName As String) As Long
|
| vb database and internet | 27 Feb 2008 21:54 GMT | 4 |
I have a new project to use VB as front end. I would like to know does professional version support ADO and SQL server backend and web base application? If yes, then how much will be cost?
|
| Compare two Recordsets | 27 Feb 2008 17:58 GMT | 7 |
I have an Microsoft Access Subform, where I delete some Records at once. To enumerate the deleted records, I take two RecordSetClone of the form. The first before deleting. (Set rstBefore = Me.RecordSetClone) The second after deleting. (Set rstAfter = Me.RecordSetClone)
|
| Are "joined" recordsets updateable? | 26 Feb 2008 19:45 GMT | 3 |
In one of my VB6 programs, there are several text boxes on a form that are tied to an ADO Data control with the following SQL statement to connect the Data control to a table in an SQL Server database: Adodc_Projects.RecordSource = "SELECT * FROM Projects ORDER BY JobNum"
|
| VB 2008 Professional and SQL Express Questions | 26 Feb 2008 17:45 GMT | 4 |
I am a beginner and having difficulty understanding some database connection related issues. I started off with VB Express 2005/2008 and have moved to VB 2008 Professional (The trial edition currently). 1. In VB Express when connecting to a database I was given a choice as to
|
| Must declare the scalar variable | 25 Feb 2008 19:14 GMT | 2 |
I am running an Update routine that calls a function. It appears that the function never executes because I receive: Must Declare The Scalar Variable @Country. Code:
|
| VFP OLE DB error "function not implemented" | 25 Feb 2008 17:43 GMT | 1 |
Writing a VB6 program to update VFP tables. I need to update some date fields and get the error 'function not implemented' when using syntax such as: update table1 set datefield1=ctod('2006/04/16') where criteria1=value1
|
| Asynchronous backup | 21 Feb 2008 05:32 GMT | 3 |
I'm trying to backup a database but I want the process to be run in the background so it doesn't lock up my program. I am doing the following inside a class, it backs up the database in the background just fine but it never fires ExecuteComplete. Any idea why??
|
| Help plz: DataRow | 19 Feb 2008 12:13 GMT | 1 |
Guys, I have declared 2 dataRows and assigned New daraRows as below. Dim aRow as DataRow aRow = OutFormat.DataSet.Tables("demotbl").NewRow '*** Point 1
|
| Can't Find Installable ISAM on some installations | 14 Feb 2008 15:06 GMT | 6 |
I have a program written with VB6, using DAO and Intrinsic Data control The Setup is written in InstallShield 2008 and includes the MDAC 2.6 merge models. Normally all works fine, but on some of my customers installations (German
|
| VB app connect THROUGH local proxy to a remote SQL instance | 13 Feb 2008 21:01 GMT | 3 |
I have a VB.net app that connects to a remote SQL server via TCP/IP. Most folks can connect just fine. However some enterprise users are in a corporate environment that will only allow connections through a corporate proxy server.
|
| about ADO vb and semi colon | 13 Feb 2008 18:45 GMT | 3 |
Iuse ADO and I would like create automaticly a table in access with a text file I use semi-colon (;) exemple
|
| update after insert does not find records | 13 Feb 2008 09:12 GMT | 5 |
SQL Server 2005, VB.NET 2005... In a cross database query, when I insert a set of records, then in a subsequent query attempt to update those records, the update fails to see the newly added records.
|
| Identifying empty Active Directory attribute Values | 12 Feb 2008 21:38 GMT | 1 |
I am trying to extract user data from Active Directory and locate it in an offline Access database for reporting. The problem I have is when I came acrsoss an object where an attribute is empty. I tried to trap this with an isDBnull call (as below) but this does not
|
| Can't get asp.net program to work with dbase level 7 files | 12 Feb 2008 17:17 GMT | 2 |
I've been on the newsgroups for days now looking for an answer to this problem. While I've had limited success reading dbf level 7 files something always goes wrong once I make it more complicated. For instance I was able to read in a dbf table using ODBC and even able to
|