| Thread | Last Post | Replies |
|
| Need to create a new .DBF table (file) using dbase driver of odbc(using ADO 2.8 connection). | 22 Nov 2005 14:34 GMT | 3 |
I'm trying to create a new DBF file using dbase driver but error is coming while i run the command that is "[Microsoft][ODBC dbase driver] Syntax error in field defination" I'm using syntax as follows:
|
| ADO.NET 2.0 | 21 Nov 2005 17:26 GMT | 1 |
I don't seem to grasp the central approach of the data source window. From this central data-window you drag and drop tables or fields on forms and/or controls. Dataset, tableadapter and other components are created. The auto-generated code in the load statement fills the newly ...
|
| Merging of Access database | 21 Nov 2005 14:28 GMT | 8 |
Does any one able to give me an idea on how to programmatically merge two access database? Regards Sanjib
|
| Use code to rename a column | 21 Nov 2005 03:01 GMT | 1 |
Is there Visual Basic code to rename a column in an existing Microsoft Access table? ADO or DAO would work. We have a field that has a reserved word and would like to use code to
|
| Disable Server Error Messages to Client App (VB) | 19 Nov 2005 22:34 GMT | 2 |
Hi people! Can anyone help me with this one? Using SQL Server 2000 and VB5, calling a stored procedure from VB code. When a message occurs like: Server: Msg 515, Level 16, State 2, Procedure Ve_KarticeIsplate, Line
|
| Recordset.sort problem | 19 Nov 2005 21:04 GMT | 1 |
I am using a recordset to populate a grid. When I sort on a field (ascending), all empty fields are displayed first. I need to move these empty fields to the bottom so that the sorted data displays at the top of my grid. Any ideas?
|
| Adodb.command date writing issue | 19 Nov 2005 20:35 GMT | 1 |
Hello i use european date format in my system (DD/MM/YYYY), i works with VB6 sp5 and Access 2002 DB. I've a strange problem with adodb.parameters I do, through adodb.command, two insert in a table (be aware, if you
|
| Data Type Conversion Error | 19 Nov 2005 18:27 GMT | 1 |
I have a form containing about 80 text boxes. I save the contents of the textboxes into 3 different tables as follows Table "Games" - the .Text values Table "Colors" - the .ForeColor values
|
| data binding in ASP situation | 18 Nov 2005 23:18 GMT | 3 |
Hi, I have an Access backend with a table that holds patient info. My VB ASP front-end can "data-bind" just fine to a field that holds a number. What I want to do is have this field reflect not just the number, but that number's "sum". How do I do this? I tried to add the ...
|
| Create table in memory instead of db server - and insert data in in via a INSERT EXEC command? | 18 Nov 2005 17:36 GMT | 4 |
We trying to convert some SQL scripts in to VB and optimize it to put less "load" on the server. The SQL script does something like: CREATE TABLE my_table(mID uniqueidentifier,last_run int ....)
|
| Disable Server Error Messages to Client App (VB) | 18 Nov 2005 08:51 GMT | 1 |
Hi people! Can anyone help me with this one? Using SQL Server 2000 and VB5, calling a stored procedure from VB code. When a message occurs like: Server: Msg 515, Level 16, State 2, Procedure Ve_KarticeIsplate, Line
|
| how to do math functions on data in a form before saving to SQL 20 | 18 Nov 2005 06:08 GMT | 13 |
In the code below I’m trying to figure out how to dynamically perform math functions in a form. To start, I would like to subtract TxtITotal.Text from TxtPTotal.Text and display the results in TxtProLoss.Text before sending the data to the database. I have no
|
| How can I trap an error on a "CommitTrans" command in VB6 using ADO and SQL Server 2000? | 17 Nov 2005 22:43 GMT | 7 |
I have a VB6 executable that uses SQL Server 2000 as it's database. I have a function similar to this (note that goConn is a global ADO connection object that is already open): Private Function WriteTrans() As Long
|
| SQLtransaction in .NET dev | 17 Nov 2005 21:01 GMT | 1 |
I have several sqltransactions that I start and either Commit or Rollback under certain conditions after some heavy processing. Working fine, no problems. However, in the case of an unhandled exception, I always need to make sure my catch statement performs a rollback of any ...
|
| Retrieving Data From Web Database | 17 Nov 2005 18:40 GMT | 3 |
We need help figuring out how to retrieve data from our web site with our VB6 app. For example... We want to (1) send our customer's ID to our web site, (2) have the web site's database (which points to the SQL Server on our corporate network)
|