Hello windows experts. I have a big problem please help me.. I have reinstalled WinXP SP2 everythngs ok except for the Sound Driver. how can i solved this? need help URGENT..tnx in advance
Kenneth
"Better Than Yesterday"
User Profile
Collapse
-
PCI Input Device/Multimedia Audio Controller PROBLEM
-
your right tnx!
--
Kenneth
"Better Than Yesterday"... -
detailed information will be greatly appreciated
--
Kenneth
"Better Than Yesterday"Leave a comment:
-
-
Combine/Merge Multiple EXE file (urgent help!)
Hello experts. I have 2 vbp (namely Project1.vbp and Project2.vbp) I Group them into 1 Project, my problem is how can the user choose on what project they want to use using VB6?
My initial idea is when the user login a form will prompt, and the user will be given a choice w/c project to run the Project1.vbp or the Project2.vbp.. Please help me on this. tnx in advance.
--
Kenneth
"Better Than Yes... -
-
Hi debasisdastnx for the reply, I found a Free WebHosting company in the net that cater my needs to go online with my OPAC since i don't have a domain (can't afford actually) the problem is that it requres to upload the OPAC and the Database. I have a reservation in my OPAC now when a user reserve a certain book it will automatically update the record in the database(online ) now my BIG problem is that how can i update my database(locall y) every...Leave a comment:
-
Can i use FileCopy in MySQL? My idea is to use the mysqldump but i dont know how to use it..Leave a comment:
-
How to: Update Record (complicated)
Hi experts this is an urgent question. how do you import and export database online?
I have 2 equal database. I uploaded my FrontEnd(OPAC) and Database online. I have also a same database in my BackEnd(VB6) located in my computer. My problem is how do i update both database in every transaction done.
E.g. I added a record in my backend, the system will automatically update the database record online.
... -
How to: Update Records
Hi experts this is an urgent question. how do you import and export database online?
I have 2 equal database. I uploaded my FrontEnd(OPAC) and Database online. I have also a same database in my BackEnd(VB6) located in my computer. My problem is how do i update both database in every transaction done.
E.g. I added a record in my backend, the system will automatically update the database record online.
... -
Solved the problem.. wrong variable varAccessionNo
--
Kenneth
"Better Than Yesterday"Leave a comment:
-
Picture does not display
I the image does not load, anything wrong with my code?
[CODE=asp]<tr>
<% Response.Write( "<td><img src=Books/" & varAccession & ".jpg class=picA width=200 height=150 /></td>") %>
</tr>[/CODE]
--
Kenneth
"Better Than Yesterday" -
Syntax Error (input character)
Hello
Every time i input the character ' and % in the textfield it generate an error in my query.
The error:
Syntax error in query expression 'Title LIKE '%' %%';'.
My code:
[CODE=asp]
adoList.Open "SELECT * FROM qryOPAC WHERE Title LIKE '%" & varExp & "%';",CoNN, 3,3
[/CODE]
tnx in advance..
--
Kenneth
"Better... -
Have you try re-installing it?
--
Kenneth
"Better Than Yesterday"Leave a comment:
-
Don't worry we wont bite.. (-.-)
--
Kenneth
"Better Than Yesterday"Leave a comment:
-
how bout in MySQL in VB6 do you know how to backup it?
--
Kenneth
"Better Than Yesterday"Leave a comment:
-
try this
[CODE=vb 6]
Public Function OnlyNum(KeyAsci i As Integer)
Select Case KeyAscii
Case 48 To 57 '0-9
Case 13 'carriage return
Case 8 'backspace
Case Else
KeyAscii = 0 'null
End Select
End Function
[/CODE]
--
Kenneth
"Better Than Yesterday"Leave a comment:
-
-
Thanks Dr. B it works..
--
Kenneth
"Better Than Yesterday"...Leave a comment:
-
Still have error
Error:
Microsoft VBScript compilation (0x800A0401)
Expected end of statement
--Code:SQL1 = "INSERT INTO tblBook_Loan (AccessionNo, BorrowerID, DateBorrowed, Status) VALUES ('" & varAccession & "', '" & varBorrower & "'," & Date & ", "2")"
Kenneth
"Better Than Yesterday"Leave a comment:
No activity results to display
Show More
Leave a comment: