Search results for query: *

  1. C

    remote database access error?

    Thanks, I just took the whole connection line out and it works. Thanks for your help.
  2. C

    remote database access error?

    Hi all, I'm trying to access a db outside of the bin folder, its on a shared network drive. I have admin rights to it so thats not a problem. The server explorer is able to connect to it and I can preview the dataset from the data adapter design time menu. But during runtime I get this error...
  3. C

    Email through default program

    I'm trying to send an email by just having all the fields (to, subject, body) placed into a new message in the default mail program (lotus notes). I can do this the "mailto:" way except in only allows a small number of characters I guess. I need it to be able to load a large body section. Any...
  4. C

    Binding Position Issue

    Thanks for the help, the problem was my database was a little corrupt so that s what was messing it up! Thanks again,
  5. C

    Binding Position Issue

    It's converting it fine. The number was stored as an integer. Is it just not possible to view a specific record based on a users input? Do anyone have any code of them doing this before? Im sure im not the first human to try this. Thanks!
  6. C

    Binding Position Issue

    I have a textbox that I enter an integer into and I want the Position in the database to display that record. It works fine when i use next and prev buttons to go though one at a time but not when I specify the exact record I want to view. Can I not set the .Position to a specific integer? Dim...
Back
Top