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!

Search results for query: *

  • Users: Tankgirl
  • Content: Threads
  • Order by date
  1. Tankgirl

    V8.6 Provider cannot be found. It may not be properly installed.

    Machine: XP Pervasive Workgroup V8.6 No domain controller / Workgroup is set up P2P Can't connect to a database on the server or locally on the machine. Tried the following connection strings without any luck: Provider=PervasiveOLEDB;Data Source=C:\Folder\Data...
  2. Tankgirl

    Size limitation to DOMDocument.xml

    I am new to xml so hopefully this is really easy. I am having a problem with the size of the data returned from the server. Although when I write it to a file on the server it has all the information in it, when I receive it on the client side my string is empty. If I return less data then...
  3. Tankgirl

    FSO.GetSpecialFolder not returning Windows Folder

    Hi, I am trying to get the Windows folder on a clients machine using the File System Object, i.e. FSO.GetSpecialFolder(WindowsFolder) Instead of returning "c:\Windows" it is returning "C:\Documents and Settings\g2server\WINDOWS" On all other machines I have tested it on it returns the...
  4. Tankgirl

    Images set to black squares

    Everytime I open my VB Project 4 of my images on the toolbar are set to a black square, I have to then relink them into the Image List control - which becomes very frustrating cos you have to first delink the image control from the toolbar. Any suggestions?
  5. Tankgirl

    Unable to connect to the relational engine

    My app uses the following connection string Provider=PervasiveOLEDB;Data Source=Path; to connect to a Pervasive database, all works fine with Pervasive 2000 but on V8 it won't connect it raises the error "Unable to connect to the relational engine (is Database Name and Server...
  6. Tankgirl

    Images are resizing on UserControl

    Hi, I have created a "toolbar" type of control but everytime I run the program on an XP machine the images are resized (tiny) - the Stretch property is set to false. Any suggestions?
  7. Tankgirl

    Removing Relationships in VB

    Hi, Does anyone know how to delete relationships in Access from VB?
  8. Tankgirl

    Chapter is Invalid

    Am getting this error on a client's machine (XP) When the program does a second filter on a recordset it gives him the above error. Form1.DataGrid1.Columns("TCode").DataField = "TCode" Form1.DataGrid1.Columns("TDescription").DataField = "TDesc" Set...
  9. Tankgirl

    Finding words in a phrase...

    I have a large table where one of the columns is a book title (ex. "HOUSE OF SAND AND FOG"). I want users to be able to search on that column with one or more words from a form entry ("HOUSE" and "FOG"). Is this possible, or must I form a second table with...

Part and Inventory Search

Back
Top