| Thread | Last Post | Replies |
|
| How to export data from SQL Server to Excel using VBScript? | 06 Mar 2007 18:22 GMT | 5 |
Please help me... Somebody have a VBScript that export data from SQL Server database to Exel?
|
| How to get Primary Key from Recordset in VB 2005 Express | 05 Mar 2007 14:34 GMT | 1 |
I am trying to fetch Primary keys for different tables in Oracle and Sybase. After doing some search, I found the following code, but I am not sure how to get the primary key from recSet recSet = objConn.OpenSchema(adSchemaPrimaryKeys,
|
| MSFlexGrid | 05 Mar 2007 10:04 GMT | 2 |
I have various MSFlexGrids in my application. I was wondering if there is a property uou can set that re-sizes all the row hights together when the user resizes one of the rows? Each seems independant of the other! Guess its unlikely,
|
| Supporting a variety of database types in an app? | 05 Mar 2007 02:11 GMT | 4 |
I have a VB6 application that currently allows the user to create and access multiple Access databases (each database is for a different project), via an DSN-less ADO connection. Users can create a new database or access an existing database. Once a
|
| Limit application instance per user | 04 Mar 2007 06:38 GMT | 1 |
We would like to limit the use of our Database application per number of licenses issued for our software. In other words, we want to prevent the same user to login from 2 different machines. We are thinking of creating a table with a record per user and flag
|
| How to query a database and compare value in a text box | 02 Mar 2007 23:03 GMT | 3 |
I am trying to validate the value entered in a text box with the value in the database using ado.net by the click of the Check button. For eg: If someone enters a domain name in the text box and they click the Check button, I want to validate that value with the value in the ...
|
| Storing Images in an Oracle Database | 02 Mar 2007 15:21 GMT | 1 |
I'm trying to find a method in VB.Net to store images and other files in an Oracle database. I already have a routine that stores images and files in SQL Server but it does not work with Oracle. The method I use for SQL Server is: Dim cn As New OleDbConnection(gstrAdminDBSource)
|
| Recordcount usage | 02 Mar 2007 01:07 GMT | 5 |
I have code that in some cases works with recordCount and others doesnt (always returns -1 even if there are records). Is there a rule about using recordcount or alternative other than looping through a recordet and counting manually?
|
| Master/Detail View with VB.NET 2005 | 01 Mar 2007 22:54 GMT | 1 |
Can any one tell me how can create a Master/Detail View using DataGridView in VB.NET 2005 I could able to add/edit/delete the records
|
| VB ans SQL | 01 Mar 2007 21:20 GMT | 6 |
Dear readers, I've found this algorithm (http://weblogs.sqlteam.com/jeffs/archive/2004/11/10/2737.aspx) to find the differences in two tables, whch I try to implement in Visual
|
| DAO in Vista | 01 Mar 2007 19:22 GMT | 3 |
I am having difficulties distributing our application to Vista workstations. When it comes time for the VB6 application to initialize the Connection (open an MDB file) it fails with... "ActiveX component can't create object" I am in the Administrators group and have UAC ...
|
| Connecting to SQL Express | 01 Mar 2007 17:36 GMT | 4 |
Can you connect to a SQL Express server from VB 6.0? If so, is the connection string the same as you would use for connecting to a SQL 2000 server? I have a program that i need to update and wondered if it would require re-writing in .net or if I could substitute a new ...
|
| call a dataset member? | 01 Mar 2007 08:11 GMT | 1 |
Hi! Everybody, How do you call a dataset member from your vb code? Thanks for your help.
|
| master/detail view | 01 Mar 2007 08:11 GMT | 1 |
I wants to create a Mater/Detail Form in VB.NET 2005. Can any one direct me to a good tutorial I went through http://www.15seconds.com/issue/051117.htm but it is not straight forward
|