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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. FiveRand

    VB and mysql bind parameters error

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

    I have a table which contains 3 fie

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

    printing using common dialog

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

    common dialog - setting default printer

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

    mySQL field that can store bold/italic/underlined text

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

Part and Inventory Search

Back
Top