Forum: Visual Basic 4 / 5 / 6 Oct 29th, 2006 |
| Replies: 9 Views: 21,518 I hope this is not too late.
VB6 (and even VB5) can work with Access 2000 and 2003 databases using either ADO or DAO object. For ADO, just specify Jet 4.0 as a prvider:
Provider =... |
Forum: Visual Basic 4 / 5 / 6 Oct 29th, 2006 |
| Replies: 3 Views: 2,121 I've solved my problem. When I changed regional settings to English (United states) or German everything works OK, but when I set it to something unusual (other language besides English, German,... |
Forum: IT Professionals' Lounge Oct 27th, 2006 |
| Replies: 67 Views: 14,203 WBSP is definitely the best! I can tell, because I've programmed it.
:cool: |
Forum: Visual Basic 4 / 5 / 6 Oct 27th, 2006 |
| Replies: 3 Views: 2,121 I have similar problem with VB 5 / DAO 3.6 / Jet 4.0
When I run program on XP SP1 (also Me, Server 2003, Server 2000) everything works fine, but on XP SP2 I get error num. 3011
"The Microsoft Jet... |