When I start a new project it does not go beyond Step 1!!
It asks about the web server and I set localhost and it says it cannot find it !!!
Although I run Win2000 SP2 with IIS 5 and IE 6, Internet Explorer does functions with localhost.
If I try to access http://localhost/test.asp (a small...
Private Sub Command1_Click()
Dim i, a, x As Integer
Dim array1(1 To 49) As Integer
rsControls.MoveFirst
For x = 1 To 49
array1(x) = array1(x) + 1
Next
Do While Not rsControls.EOF
rsControls.MoveFirst
For a = 1 To 49
For i = 1 To 49
******* If rsControls.Fields("No1") = i...
I need to open different databases (tables) designed in Access 2k. And view them in a FlexGrid. Then I need to add records, delete and change.
How can I open db files ? AND NOT BIND THEM WITH AN OBJECT AT RUNTIME ... ?
Thanks
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.