Forum: Windows Servers and IIS Apr 30th, 2005 |
| Replies: 3 Views: 3,465 I have fixed that problem finally, the extensions were installed. The Access database must have been in a Writeable area since I could manually update it. Today I created a WEB page talking to SQL... |
Forum: Visual Basic 4 / 5 / 6 Apr 28th, 2005 |
| Replies: 2 Views: 4,306 Why can't you change the MS Access data type to Autonumber for your serial field. When you add a record the serial number will be created for you automatically and always Uniquely. After the... |
Forum: Visual Basic 4 / 5 / 6 Apr 28th, 2005 |
| Replies: 7 Views: 11,621 Why don't you check out VB6 Shell to MSACCESS.exe pass report name as a parameter.
RetVal = Shell("C:\Program Files\Microsoft Office\Office\MSACCESS.exe YourDB.mdb /cmd Rpt001", 1)
You can look... |
Forum: Windows Servers and IIS Apr 28th, 2005 |
| Replies: 3 Views: 3,465 I'm surely not the only person that has had this problem. I have a WEB Server an NT 4.0 SP 6a box with IIS 3.0 installed. I thought I would give FrontPage 2000 SP 3 a shot, tried a demo page... |