I am working on a project that needs to read in tiff file(with compression mode g4 or jpeg) or ioca file and print them out. Is there anyone know how to load tiff file or ioca file into picture box? Any help is appreciated.
Hi, I am using mysql(odbc) with vb and ado on window xp. I would like to use mysqldump to backup my database. When I use mysqldump under Dos, it works fine. But when I shell out the command from vb program as follows,
cmdline="mysqldump --opt -u userid -pXXXXX database -c >...
Thank you very much for your response.
I tried with the first idea. I moved the whole database to F drive (which resides on another machine). And mysql service is running on my machine. But the database accessing becomes extremely slow.
But my original problem is that I cannot start the...
Hi, I am using window xp, running visual basic ado accessing mysql database. Originally I set my data directory as in my C drive. It works fine. But when I change my data directory to novell server drive F, it gives me the error message 1067 saying that the service was stopped unexpectedly.
My...
Thank you very much for your feedback.
I have another question concerning locking in mysql. We are in a banking scenario. We need row-level locking. Therefore I was trying to use Innodb table type. I have the following question:
1.Is record locking issued at "Select" command or...
Hi, I am new to MySQL. I am using visual basic 6.0 ado connection(through myodbc) to access mysql on window xp.
I would like to know:
1. Is there a way I can create a new mysql database in my program?
2. How to change data directory?
Originally, I have data for each year under different...
Thank you very much for your prompt response. Is it possible you can give me some sample of code to show us how to change those settings inside vb programs? Your help is highly appreciated.
Thank you very much. I went to the Control Panel and changed the settings in the printer property to select paper size US Std Fanfold. Now it can print out the whole line. Thanks again. However, I wondered why I cannot control those settings inside my program.
I am using VB6 on window 2000/xp. I am trying to print 132 characters per line out to Epson DFX 5000 dot matrix printer. But the printer quit at 102 characters per line. I tried to set printer.papersize to wider paper size. But it still won't print out the full width of the text. If anyone can...
I am using VB6 under windows 98 and trying to print in true draft mode, but have some difficulties.
In the program, I set printer.printquality = vbPRPQDraft, but it still does not print in draft mode.
we really need to know how to have vb print in true draft mode.
Hi, I am using VB6 and Access. I am trying to delete a whole recordset. The recorset contains around 1550 records.
How can I delete it altogether?
I was trying to delete one by one. I can delete and updatebatch up to 648 records and then it starts to give me error messages.
If someone happens...
I am using VB6 and trying to scan an image with a scanner in my application. But I cannot find kodak image scan control component in my Project|Componenet listing. My operating system is Windows XP. It seems like Kodak image scan control is missing. However, on my other machine with Window 2000...
I am using VB6 to access(ADO) the Microsoft Access database. I would like to lock the record when I open it and release the lock after I update it for the purpose of data integrity. How can I accomplish this task? If anyone can give me some help, it is highly appreciated.
I am using VB6. I have textboxes and maskedit boxes in my form. I retrieve some data from database and place those information into the textboxes and maskedit boxes. I would like to detect the user input whenever they start to input, the original info would be cleared and allow user input.
My...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.