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 Mike Lewis 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. MarcusO

    Dynamic Database Connection

    Okay, I figured out how to do it. I deleted all the connection objects created by the wizard. Then I wrote the connection object manually and declared it as a friend. Finally I set the connection objects on start-up for each form with a wizard created query. /m
  2. MarcusO

    Dynamic Database Connection

    Yep, that is right. I used the wizard to create the connection and also the query itself. I suppose I wonder if it is possible to the create the connection object manually and the queries with the wizard?
  3. MarcusO

    Dynamic Database Connection

    Hello, I plan to use a text file containing the database address to be able to determine the database my vb.net application should connect to. Is it not possible to combine connection guides (e.g. SQLConnection) with a global connection variable (such as the text file?) Regards, Marcus
  4. MarcusO

    Formatting column in datagrid

    Cool. I was hoping it was possible to add some sort of event to the grid or dataset and then, just before the dataset accepts the data, remove the thousand separator.
  5. MarcusO

    Formatting column in datagrid

    Hello, I am trying to format a column containing numerical values in a datagrid nicely. So therefore I have applied this custom format to the column: myColumn.Format = "#,#" (which inserts a thousand separator) The column is bound to a dataset and the datatype for my nicely formatted column...
  6. MarcusO

    SBS 2003 system backup advice needed

    Hello, I am quite new to back-ups. I have a SBS 2003 and a HP Storeworks DAT 72 USB connected. Tapeware came for free with the tape drive but from what I have read on the Internet, people don't seem to like it very much. My aim is to do a complete system backup, preferably an image of some...
  7. MarcusO

    Find correct instance of a form

    Gee, that was quick. I even managed to figure out what you meant! :) Thanks.
  8. MarcusO

    Find correct instance of a form

    Hello folks, I have this really simple scenario: The user can have several instances of a search form open. When he/she double clicks on a specific search result another form is opened containing more data about that result. When I load the second form, how do I know which instance of the...
  9. MarcusO

    Empty String to NULL

    Thanks for that. :)
  10. MarcusO

    Empty String to NULL

    Hello, I am using SQL Server 2000 as database. When a user updates a record, let's say phone no, and just erases the value already stored, then VB.Net tries to store it as a zero-string. This doesn't work that well and SQL Server throws an error. Do I really have to check every value with...
  11. MarcusO

    Accessing Exchange Server 2000

    Thanks for that. I will check out those two possibilities. I might try WebDAD first since I am not very familiar with XML. /Marcus
  12. MarcusO

    Accessing Exchange Server 2000

    Hello, My problem: I am building a Windows service in vb.net and I would like to connect to the local Exchange Server 2000 and read e-mails as well as move them to another folder for a specified user. Does anyone know how to do this? All code I find results in Outlook being launched which is...
  13. MarcusO

    Create text file from e-mail

    Hello, The MS Exchange server is a new area for me. I wonder if it is possible to automatically create a textfile from an incoming e-mail and place it in a specified folder somewhere? Regards, Marcus

Part and Inventory Search

Back
Top