Hi,
I have a VB app that connects to a mysql database using ODBC and a DSN. The power went off while the program was on and after a database repair, I get this error when trying to execute a part of the program.
sql bind parameters not used for all parameters?
I never had this problem before...
I have a table which contains 3 fields (ID, Title, Abstract) the title and abstract fields have been fulltext indexes like this:
ALTER TABLE biblio ADD FULLTEXT (title,abstract);
that worked fine, however my problem is whenever I want to do a select statement only comparing 1 of the columns to...
Hi
I have got the common dialog and want to use it to print. I am not sure how to tell VB what printer has been selected by the user in the common dialog. Can anyone help me please.
Hi I am using the common dialog to print documents, the user can select the printer which is fine. My problem is that the once the dialog is cloed then the printer that is selected is set to the dedault printer. This is the problem
In my Form_Load()
Printer.TrackDefault = True
in the method...
HI
I would like to know if it possible to have a field type in a mySQL database that is capable of storing text that can have a some bold/italic and underlined parts.
I used a text type field but it just saves it normally.(no bold/italics/underlining of text). Can anyone help me?/
thanx...
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.