I have a project that was built with an early version of pure basic (year 2004 or earlier). The vb file says version 3.90.
If I want to run this program the compiler says:
DBDoQuery is not a function, macro etc..
The same message for DBFieldValue, DBRowCount and all other database functions.
Can someone tell me how I can run this program with the old version of pure basic without rewriting all database functions?
best regards
Markus
Old project does not run
-
- User
- Posts: 15
- Joined: Fri Mar 12, 2010 8:17 am
- Location: Germany Saarland
- Contact:
-
- Enthusiast
- Posts: 469
- Joined: Sun Mar 16, 2008 9:18 am
Re: Old project does not run
Nope, because you've given us nothing to work with.schneider_ms wrote:Can someone tell me how I can run this program with the old version of pure basic without rewriting all database functions?
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Re: Old project does not run
This never was a purebasic function...schneider_ms wrote:DBDoQuery is not a function, macro etc..
Looks like you are using some user library ?
Google search for DBDoQuery + Purebasic : http://purebasic.info/phpBB2/viewtopic.php?p=6239 -> DBView userlib.
Try compiling your source with this library and PB3.9x.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
- Rook Zimbabwe
- Addict
- Posts: 4322
- Joined: Tue Jan 02, 2007 8:16 pm
- Location: Cypress TX
- Contact:
Re: Old project does not run
My bad Russian hath determined this MAY be from DBView.dll
There are many new tools for DBase in PB... what are you trying to do?
There are many new tools for DBase in PB... what are you trying to do?
-
- User
- Posts: 15
- Joined: Fri Mar 12, 2010 8:17 am
- Location: Germany Saarland
- Contact:
Re: Old project does not run
OK thank you very much, that was the problem.