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!

Recent content by 5ilversaracen

  1. 5ilversaracen

    Programmatic connection to SQL compact 4.0

    hi guys have installed Visual Web Developer 2010 Express along with SQL Compact 4.0 and I'm trying to programmatically connect to a database. Whatever I use as a connection string though seems to throw up errors primarily that the database doesnt exist. The connection string I get from the...
  2. 5ilversaracen

    Combobox NewIndex problems

    many thanks MajP the columns work perfectly. I guess I must have an Access combo.
  3. 5ilversaracen

    Combobox NewIndex problems

    thanks for replying how would I be able to find out which type of combo box I'm using? My aim here is to have a combo box that shows string values from a recordset but also contains hidden ID values.
  4. 5ilversaracen

    Combobox NewIndex problems

    Hi I'm developing an Access Application using Access 2002. I can't seem to populate ItemData in dropdown though. My code (which is triggered by the form onload event) is: Combo0.AddItem "My string" Combo0.ItemData(Combo0.NewIndex) = 2 The error I get is: Method or Data...
  5. 5ilversaracen

    Reading a File without using Interrupts

    Hi I need to read approximately 10 bytes out from a 1.6 gig file on the hard drive. This needs to be done very frequently and so it has to be quick. I understand that using Interrupts is slower than writing your own read routine. However I haven't found any examples on the net of a...

Part and Inventory Search

Back
Top