| Thread | Last Post | Replies |
|
| Debug stored procedures with VB6 | 15 Jun 2004 07:03 GMT | 6 |
I am trying to debug a stored procedure with VB6 on SQL Server Developper 2000. I always have a mistake. Searching the net, I have seen that I have to copy the files from the installation CD (x86\Other\Sdi ) to the mssqlServer\Bin
|
| Newbie Question - what data format to use? | 15 Jun 2004 06:03 GMT | 3 |
I am fairly familiar with programming in Access, but I want to start using VB for databases. I want to write a check-writing program (store address data for vendors, account transactions, simple report to print checks, balance account,
|
| Can "properties" be added to an ADODB.Recordset? | 15 Jun 2004 04:02 GMT | 11 |
I'm trying to figure out a way to retrieve the name of the underlying table of an ADODB.Recordset regardless of the status. When a Recordset is closed there are no Properties, so I can't sift through that list. Is there some slick trick where I can add a quasi-property to an
|
| Need help sorting a recordset using ADO | 15 Jun 2004 03:58 GMT | 1 |
I'm trying to sort a recordset using ADO's sort property, and I came across this bit of info in the ADO docs... "The data is not physically rearranged, but is simply accessed in the sorted order."
|
| Cannot trap Error orginating from RaiseError in DLL | 15 Jun 2004 03:57 GMT | 1 |
I need to catch the error returned by RaiseError in the stored procedure in my VB 6.0 ActiveX DLL I am using MDAC 2.8 and MSDE as the database Here is the stored procedure CREATE PROCEDURE sp_GetFirstNames A
|
| Application Crashes on Connection.close | 15 Jun 2004 03:57 GMT | 2 |
Hi all, I use the following code for connecting to an access97 db, using mdac 2.8, win2k, vb6 sp5. I open my connection using
|
| SQL -> MDB | 15 Jun 2004 03:56 GMT | 1 |
hi.. i have a question i have recordset rsSomething and connection myCnn that connects to sql then i have an access mdb file with one temp table... i need to get data from sql (filtred) to the mdb file...
|
| Help Please!!!! How can I use a record to save a single row from a recordset???? | 15 Jun 2004 03:55 GMT | 1 |
I've tried all day to make this work, and yes I've searched also in the groups but all the examples I saw didn't worked for me. zee zettings: VB6 sp6
|
| Addnew and Delete don't work, Why? | 15 Jun 2004 03:54 GMT | 2 |
I was working on an app today and ran into a weird problem. I have a Access 2000 database I'm working with with ADO 2.7. I had some code that used the Addnew and delete functions of the recordset and they seemed to fail without any error. What I meen is that, I run delete, ...
|
| Error 3709 ("ISAM SEEK") or how to reinstall MDAC 2.5 or deinstall Jet SP3 ? | 15 Jun 2004 03:54 GMT | 1 |
After installation Jet SP3 (I think this is for MDAC 2.6) on MDAC 2.5 SQL with ".. WHERE... " began to give out a error 3709 (" ISAM SEEK ") on DBF-files. Say, please, what it is necessary to do for correction of job with DBF-files? Any help would be appreciated. Alexander ...
|
| Insert DateTime in a consistent manner whatever current CultureInfo | 15 Jun 2004 03:52 GMT | 2 |
I'm facing the following problem : My database (MDB file accessed with Jet and OleDb connection, I'm programming with VB.NET) contains DateTime fields and I've noticed that the way these fields are formatted depends on the current CultureInfo defined in a my application :
|
| Checking for a null | 15 Jun 2004 03:52 GMT | 4 |
I have a VB.Net app connecting to an SQL database. I have a dataset with one record in it and need to check each field for a null value. I am trying this but cannot get the if statement to work with the null. Thanks for any help.
|
| Null from VB6 is now???? | 15 Jun 2004 03:50 GMT | 2 |
So I tried to use Null but got this error: 'Null' is not declared. 'Null' constant is no longer supported; use 'System.DBNull' instead. So I used System.DBNull but then got this error:
|
| ADO help required | 14 Jun 2004 19:18 GMT | 6 |
I have been going around in circles trying to understand the method of creating a database in VB.Net 2003 and distributing that application and database. It seems if I use the Server Explorer to create the pledbConnection etc,
|
| how can i search a word in data base? | 14 Jun 2004 16:37 GMT | 1 |
hi I am a begginer in vb and i want to know how i can search a word in a database(Access) and then show all the items relating to that . thank u
|