| Thread | Last Post | Replies |
|
| Time Out Expires in VB | 16 Jan 2006 22:25 GMT | 1 |
I have a program written in vb 6 that gets data from SQL Server 2000 through a stored procedure. SQL Server is contained on a seperate server. On a client machine, connected by ODBC driver, the stored procedure executes very slow and causes a time out error. I ran the program ...
|
| Problem VB6.0 and SQL server 2000(Timerout expired) | 16 Jan 2006 22:24 GMT | 2 |
I have a serious problem with VB6.0 and SQL Server 2000: When i execute Procedure inVB from SQL to update my records i wait it for 5 minute after on dialog appear like that: "Timeout Expired"
|
| adodc provider cannot be found | 16 Jan 2006 21:20 GMT | 5 |
Hi i have a program that was created in Visual Studio 6 Pro, which links to an access 97 Dahe database! everytime i try to access the database from the program i get the following error ADODC1
|
| How can i pass Object or Control ? | 16 Jan 2006 19:25 GMT | 1 |
In Vb6 Within a project I have use multiple form and within from many Text box control are present. Now i want to access text box control's property and method from a user define fuction, and the function is avilabile in a moudle.bas
|
| Writing a MySQL Wrapper | 16 Jan 2006 14:07 GMT | 2 |
I am writing a wrapper for libMySQL.dll, since this is a DLL written in C. I know that there are a few of these wrappers around on the net. But I want to write my own to adjust it to my needs. Now I ran into a problem that my applications that use the wrapper crash on
|
| Encrypt access database | 15 Jan 2006 12:26 GMT | 1 |
Is there a method, by VB code, to encrpyt as well as un-encrpty an access 2003 database. Or are there third party utilities to do this? Thank you
|
| vb- database- check box wont work. ?? | 15 Jan 2006 12:15 GMT | 3 |
yo, i got a database, with tables in it. one of the fields in the table is s check box. i jave created a form in VB, which enables me to check or uncheck a field, but when i look at it in
|
| VB6 and Sql Server 2000 | 14 Jan 2006 18:40 GMT | 2 |
Hi not sure how to phrase this but. I am creating a reporting system in vb6 and have to run several stored procedures and views to get the data that i need, these can take a few minutes or so to run, is there a way of a progress bar knowing how long is
|
| How to compact Access 2002 database using VB? | 14 Jan 2006 16:32 GMT | 2 |
Can I use VB to compact an Access 2002 database? Regards, Daryl
|
| connecting string | 13 Jan 2006 18:48 GMT | 1 |
I have below connecton string which i want to make it dynamic by passing the variable i the database .Pls help me how can i do. example cns.ConnectionString = "Provider=SQLOLEDB.1;Password=2000;Persist
|
| Navigating and updating with datagrid and adodc | 13 Jan 2006 08:50 GMT | 3 |
Take a look at this page: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dbgrid98/html/v bevtOnAddNewEvent.asp My understanding of the description of the OnAddNewEvent by Microsoft, is this:
|
| dao object model documentation | 13 Jan 2006 02:48 GMT | 2 |
Where can I find a complete DAO object model documentation ? I need something extensive that covers all objects, methods and properties. Thanks, Gil
|
| exec store procedure | 13 Jan 2006 01:11 GMT | 1 |
Hi friends , I am trying to execute a stored procedure but i dont understand where i am wrong pls help me
|
| Stored procedure | 12 Jan 2006 20:28 GMT | 1 |
I need one simple example of stored procedure programming in visual basics please help me out in this.
|
| DAO 3.6 and MDAC 2.8 | 12 Jan 2006 19:33 GMT | 8 |
Is DAO 3.6 supplied with MDAC 2.8 ? (even though it is not supported). Thanks
|