Advertisement

900 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%!

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top VB DB Solutions: 1 - 25 of 34
 
This question relates to the one noted, which seems to cover the ground throughly except for one problem. Although my install of Crystal Reports 10 has installed a CRAXDDRT.DLL, it does not...
Error message: System.Data.SqlClient.SqlException : Incorrect syntax near 's'. Unclosed quotation mark after the character string ''.   at System.Data.SqlClient.SqlConnection.OnError(SqlE...
I'm sorry to say that I'm a complete noob when it comes to programing and I am at a complete loss as to how to get this to work. I have been tasked with writting a program that will simply...
I am writing a calendar application for my Church as follows.      1 Outlook exports its data to a CSV file in "Windows" format.      2. I use VB6 code to transfer the data from the CSV fil...
i am having two recordsets, first one RS1 is associated with a table using "Select * from TableName" and  is Opened. 2nd one RS2, is not yet opened. i want to copy few records from RS1 whi...
VB6 application sends email with XLSpreadsheet as attachment on test box without any error but throws error when run on production box. The error message is: Run-time error '429' ActiveX compo...
I have an application that works well with all users exept one who has the error 'multiple step operation generated errors. Check each status value' on 2 machines. The same user can run the p...
input file: pc.txt pc1 pc2 etc. check for c:\windows\example.txt check for x=22 line in file (only one specific line) change to x=5 save log to results.txt
Hi, I am trying to execute command in my access application to update my school accounting application to append previous year amounts left for parents to the new year, I am getting 'too few ...
Using RDO to open Access 2007. Compiled and ran fine before adding SP3 to my XP Professional system. My app was compiled yesterday on SP2 and runs fine after adding SP3. Specific error: 429...
I need to export microsoft access 2003 table into a csv file. I am using the TransferText Command and I need to set certain details for the output file. For exampleNumberDigits=4 TextDelimite...
I am developing a program using visual basic .net 2.0 in Visual Studio Pro 2005, that accesses data from a SQL Server Express 2005 database. This program has many different forms and on many o...
I have unicode based data file of pdf. i want that data to extract from pdf to database so how can i extract that unicode data using vb6 or vb.net application? is there any sdk or utility to g...
I am trying to make a database that runs together with Access on Visual Basic.... I used the Wizard in VB and it has made everything for me, but now in the Document Form, i want to show res...
Hello i have a database in ms access called db1.mdb i  linked to  a vb 2005 and i great a fom in this form  i    insert a customer table so the binding navigator is join automaticly.ok up to n...
I got this error ,actually i didnt understand error message what is that telling about.Error messages for recordset I need ur advice,thanks a lot. Note : Sp is exactly correct,and connection...
Hello i have a database in ms access called db1.mdb i  linked to  a vb 2005 and i great a fom in this form  my need is to make a search button when i insert the bonus card of the customer to ...
I know I am missing something in the SQL because I get an invalid data source when I try to run the report. But it does pull up the information if I leave off the Where..... and just pull the ...
I am using code directly out of a "Beginning Visual Basic 2005 Databases" book. I have declared OleDbConnection as "objConnection" with the following code: Private objConnection As OleDbCon...
Hi to all, in my application I need to send just 1 SMS using  the telephone books with Access Database. The numbers stored in db are enough (600), the code sample send is the follow but is not...
I basiaclly have a database that I want to perform a search on depending on what the User types in a txtbox in a userform. For Example: If the Access column is named Price, and on the user...
I need to use visual basic 6 to access a remote mysql database. I have managed to do this however I need a way to use the program on computers without the mysql odbc driver. So I need to know ...
Hello Experts! Background: I have this VB6 program where the user creates a project. A project is simply a Access database where the project information is stored. This project file is sup...
Does anyone know how to get VB 6.0 to convert a DBCS text file  into 16 bit Unicode using the DBCS code table specified in the Windows language environment settings?  I'm trying to read a Big5...
I have a module that takes an access report and exports it out to a filesystem share. The problem that I am having is getting this process to cancel when there are no records in the report. I ...