...Dim SQL as string
ConString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=F:\BCT\BCT_be.mdb; Persist Security Info=False"
SQL = "SELECT * FROM tblEmployeeInfo"
Set Con = new ADODB.Connection
Con.Open Con
Set RS = new ADODB.Recordset
RS.Open SQL, Con
Do until RS.EOF...
Hi mattKnight: thanks for your helpful post. It solves my problem. I did practice to set the option explicit in my coding, but I never know that it can be do it automatically. Although it is less readable in ordinal form, but I feel that the performance is the most important issue. I heard that...
...error '35600'"
Index out of bounds.
Following are my coding:
Private Sub Form_Load()
Me.Show
Dim Con
Dim RS
SQL = "SELECT * FROM Customer"
Set Con = CreateObject("ADODB.Connection")
Con.Open frmLogin.ConString
Set RS =...
johnwm>
Just for your notice, I did read the faq u listed above for many many times, and I also did some keyword search before posting any messages. By the way, the thread you mentioned is created by me. I really appreciate advice from you. :)
I do have a suggestion for your consideration too...
Zestman>
I'm also trying to include the hardware information into my app. The solution that I found is getting the HDD serial number which can be change everytime the user format his/her computer. So, I'm trying to find out other hardware information.
1. Is the code reading the CPU ID directly...
Hi there, now i have to connect cash drawer with a pc using serial port. And the technical support give me a code for control the cash drawer, but it is based on Qbasic programming and dos mode. Now i need to convert it to vb. Below is the code
Qbasic
open "com1:9600,n,8,1" for output as #1...
Hi there. When I try to use the session to keep the user id, I faced some problems. In my script I use session_start(), but it shows me following error message.
Warning: session_start() [function.session-start]: open(/tmp\sess_3e45e293685a508e85782a9390b384b6, O_RDWR) failed: No such file or...
Hi Dan, it is different from the previous thread, my previous thread is how can a web browser print the draft mode font on Dot matrix printer. And after i ask for few person, i found a solution that is create a new generic/text only printer which available on every version of windows. Then on...
Hi there, i have set a generic/text only printer to print my document with Dot matrix printer using browser. The font printer out is Draft 10 CPI. Now the question is how can i set the font to Draft 12CPI? Because 10CPI font will only have 80 characters per line, i can't print out more...
Hi there, i just want to ask can IE support Dot Matrix type printer to print Draft mode font, for example Draft 10cpi. I have try to create a testing page using different web programming tools/languages that set the font to Draft 10cpi and the printer is Dot Matrix printer which can use Draft...
Hi there, now i'm trying to do a printing on dot matrix printer, i just want it to print with font "Draft 10 CPI" because it can print faster. I have try to set the font in my script, but it can't work, it still print the grafic mode which very slow. Can some one can let me know how can i set...
Hi there, i'm using netscape 4.7 to read and store my email. Now i need to format my pc and reload everything. So, i need to backup my mail that store in Netscape. Can some one let me know which folder or type of file i need to copy. And also let me know how can i transfer this all emails back...
hi there, i just want to ask how to capture the hardware information and then store into a txt file. Just like capture the harddisk, BIOS, Chipset registry or serial number which is unique for each computer. Now i'm trying to do some security function and need to capture this information.
Thank...
Hi there, just asking some simple calculation. Now i need to create a program that let user to key in a number, after that it will convert the number to an array that store the value start from a. For example, if a user key in 5, then the result will be {a,b,c,d,e}. If the number they key in...
Hi there, just want to ask is that any way to change the keyboard function, like when user press enter key, it will act like tab key. So is mean the enter key will become tab key. I need this because i need to change it for faster data entry.
Regards,
Henry
Ya, correct but the task bar also will not display out, only the windows can fix. And another thins is i'm running another application which run in full screen, it cannot made it minimize and then maximise again because it's no have any windows, is all in full screen. So, the solution not...
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.