| Thread | Last Post | Replies |
|
| how to error code from DB2 communication area! | 10 Aug 2005 17:52 GMT | 1 |
we are working with excel vba and we are quering data from DB2 using odbc driver from IBM. This works without a problem as long as I do no mistake (syntax for example). But if my sql-syntax is not correct, the makro crashes. I
|
| Trouble passing a numeric data type | 10 Aug 2005 17:39 GMT | 2 |
My table has a numeric data type but when I try to use adNumeric to pass a numeric data type to my stored procedure, I get an error. It only seems to work if I declare the parameter as an int data type and add the parameter to the command as adInteger. Any help would be appreciated.
|
| run time error 91 when using data control | 10 Aug 2005 16:29 GMT | 3 |
i have a search form where the user input there search criteria, this is written to a public variable, declared in the form. When the user clicks search, a second form appears and it should display the result using the public variable form the previous form. the second form ...
|
| HowTO: append.fields | 10 Aug 2005 11:02 GMT | 6 |
Hi peeps. I'm using VB.NET 2003. I have a Jet 4.0 database with 1 table inside. I want to open the table and add new columns/fields from my VB app. Can anyone give me the punchline on how to do this please? Ray.
|
| ExecuteReade problem, really really stuck! | 10 Aug 2005 01:19 GMT | 1 |
I am using VisualStudio2003, Access2003 Vb.Net and ADO.Net for db access.
|
| SetPermissions and ADO 2.8 | 09 Aug 2005 20:32 GMT | 1 |
I'm trying to use the ADO 2.8 GetPermissions and SetPermissions methods in ADO 2.8, as described in this article: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ado270/htm/adms cgrantingpermissionsexample.asp But I keep getting Error 3251: Object or provider is not ...
|
| vb.net and MS Access make table query | 09 Aug 2005 16:53 GMT | 1 |
How would I initiate a make table query from vb.net?
 Signature Thanks, Bob
|
| How to export a subset of data from a dataset. | 09 Aug 2005 15:28 GMT | 1 |
I was wondering if anyone could help me. I have DataSet that contains the following data tables Customers, Calls, Quotes, QuoteDetails, Competitors, Contacts, Notes, and I have setup relationships between them. Each row in the customer?s data table contains an area number.
|
| sorting listboxes | 09 Aug 2005 05:09 GMT | 4 |
I need to sort the listbox order by the third field in the database table, namely the date. At present the listbox is sorted by the first (1) field, which are names, alphabetically.
|
| Questions about ADO 2.8 | 08 Aug 2005 19:52 GMT | 3 |
I run Windows XP SP2. In VB, under "References" it does not show ADO 2.8. So, I tried downloading it from the MSDN site. When I try to install it, it says "This setup does not support installing on this operating system". A friend told me that ADO2.8 comes with XP SP2, and that it ...
|
| Trouble with NULL being read into Column(x) | 08 Aug 2005 18:52 GMT | 2 |
When I set a datagrid control's record source and display the data it works fine. The fields that contain NULL values are blank; however, when I double click on a particular row to extract the values it errors with a type miss-match message #13.
|
| Error in calling stored procedure via DB link | 08 Aug 2005 18:49 GMT | 4 |
I have a VB client that calls a stored proc sp1 in an oracle server. The stored proc sp1 inturn calls another stored sp2 in another oracle server via dblink. This works fine.
|
| VB 6 and an Access 2 Database | 08 Aug 2005 18:28 GMT | 3 |
I have an old Access 2 database that several of my clients are using. I used the Access Run-Time component so my clients don't have to own a copy of Access to use the database. I've just finished re-writing my application in VB6 and have used
|
| Help with DataReports | 08 Aug 2005 17:20 GMT | 5 |
I have just been experimenting with Data Reports in vb6 using the Data Environment to link to my queries in Access. After using Data Reports (it looks like not much effort and thought has gone into it by MS) the report produced is just about acceptable.
|
| Insert binary file content to DB | 08 Aug 2005 16:03 GMT | 4 |
Can someone show me a sample code on how I can insert a binary data into a database ? How do I retrieve it ? Thanks!
|