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...
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.
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.