Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jusan

  1. jusan

    tiff g4, tiif jpeg, iocagrayh, iocabinary

    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.
  2. jusan

    mysqldump on window xp problem

    thanks. I found out that under VB shell command won't work with redirect. When I use -r resultfile, it works fine now.
  3. jusan

    mysqldump on window xp problem

    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 >...
  4. jusan

    Error 1067 trying to start service

    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...
  5. jusan

    Error 1067 trying to start service

    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...
  6. jusan

    How to create database

    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...
  7. jusan

    How to create database

    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...
  8. jusan

    dox matrix printer cannot print a wide line???

    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.
  9. jusan

    dox matrix printer cannot print a wide line???

    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.
  10. jusan

    dox matrix printer cannot print a wide line???

    Thank you for your prompt response. But I don'w know where the margin setting is. Is that in printer object?
  11. jusan

    dox matrix printer cannot print a wide line???

    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...
  12. jusan

    How to print draft?

    Thank you very much. I will try that out!
  13. jusan

    How to print draft?

    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.
  14. jusan

    Help: delete a group of ado records

    Thank you for your suggestions. We tried it and it worked fine!!
  15. jusan

    Help: delete a group of ado records

    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...

Part and Inventory Search

Back
Top