| Thread | Last Post | Replies |
|
| problem in inserting date in sql server 7 through insert query | 16 Oct 2004 16:26 GMT | 1 |
hello myself avinash i am developing on application having vb 6 as front end and sql server 7 as back end. when i use insert query to insert data in table then the date value of
|
| problem with apostrophe in search criteria | 16 Oct 2004 09:42 GMT | 3 |
Can anyone help? I am using VB6 and ADO. I want to open a database through the Open command and create a REcordset based on specific records linked to names. Some names have an apostrophe eg. O'DEA. When I enter this name in the WHERE clause of
|
| Visual Basic 6 and Access Compatability | 15 Oct 2004 19:46 GMT | 3 |
I currently use Visual Basic 6 and the only way I can link to an access database is if its created using either Visdata or Access 97. Is there a patch/add in that will allow Visual Basic 6 to recognise the 2002/03 versions of Access?
|
| Importing CSV into VB5 | 15 Oct 2004 19:15 GMT | 1 |
I have had to modify a VB5 system written years ago. I haven't touched the stuff this century I need to read a csv file into a database. Is there an easy way to do this
|
| Access 97 to 2000 conversion with VB6 | 15 Oct 2004 19:12 GMT | 1 |
We have several customers running a VB6 program that uses Access 97. We have rewritten the program to utilize an Access 2000 database. We are searching for a convenient meathod to convert existing databases (97) to 2000 without requiring the user to use Access itsself. Thanks for ...
|
| Connection to Access database with linked tables | 15 Oct 2004 19:07 GMT | 3 |
Hi, I'm a little confused about how to go about this. What I have is an Access database with some local Access tables and also some linked tables (to an SQL Server database). When I open the Access database from VB6 I normally just use OpenDatabase and pass it the full ...
|
| Defining Server on Data Environment | 15 Oct 2004 10:28 GMT | 1 |
In my VB6 App, I create a Data Environmente (DE) in Designers on Project Window. On that DE, I create a Connection. In Connection Properties Window, it asks me for a server to connect with. DE activates automatically when App starts.
|
| problem with adoRS.Source | 15 Oct 2004 09:19 GMT | 2 |
I defined an adoRS.Source using a simple SQL-statement. However it doesn't work. Where do I go wrong? Tablename = "MUZIEK" FIELD1 = "TITEL"
|
| Searching for duplicates in disconnected recordset | 15 Oct 2004 03:57 GMT | 2 |
I have a disconnected recordset and I need to check if there are dupliacated values in one field. Does anyone have a way to do this quickly. I have a routine that will work, but it takes a long time. I was trying to do a group by query on the recordset with a count field and ...
|
| Binding a recodset to a DataCombo | 15 Oct 2004 03:50 GMT | 2 |
I am trying to set the rowsource property of a datacombo to an ADO Recordset but I always get a 438 binding error. When I loop through the code the recordset does contain values. Can someone suggest what I am doing wrong? adoLkpGender.Open "SELECT GenderID, GenderName FROM ...
|
| passing an image file to a .net web service | 15 Oct 2004 03:31 GMT | 1 |
i need to figure out how to take an image file (i will have the local path to the image) and load this in an adodb.stream so that i can then make a soap call using xmlhttp (i think) to pass this *binary* image to a .net web service. does anyone have a sample of the code necessary to
|
| Checking for NULL value | 15 Oct 2004 03:06 GMT | 2 |
On a value returned from an ADODB.Recordset (within Visio 2003's VBA editor), how do I check to see if the value is a null? I thought it was IsDBNull(rs.Fields(0)), but IsDBNull doesn't seem to be defined.
|
| Can I sum, rest, multiple or divide colums in a database? | 14 Oct 2004 22:06 GMT | 1 |
I need to multiple two colums and in a third one appear the result. example: one column is quantity and the other is price... i nedd to multiply those two colums and in another colum named total appear the result....
|
| How to Copy a record from one database to another | 14 Oct 2004 22:05 GMT | 1 |
I need to know how to Copy a record from one database to another. I'm usings two forms, in the first I have a database acting like a inovice and the other one is the inventory. I need to copy an item from the inventory to the invoice and the item added to the invoice get deleted ...
|
| How to copy a table from one db to another. | 14 Oct 2004 18:46 GMT | 1 |
Hi, I need to copy a table from one access mdb to another. Is there a quick and easy way to do this in code? I need to drop the existing tables from the target db and replace them with the new ones. The really important part is to
|