473,320 Members | 2,054 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

createdatabase method not accepting dbVersion40


I am using an Access2k/VBA60 setup.

When I call the following I get an Access97 mdb - I want an Access2k mdb.

Set mNewdb = CreateDatabase(CurrentDBDir & "newdb.mdb", dbLangGeneral,
64)

Notice - that I am not using dbVerion40 constant since is generates a
compile error.

dbVersion30 generates Access97 mdb file.

Also - if I leave this argument blank I end up with an Access97 mdb.

I have Access/Office 2000 service pack 3 installed.

What am I missing here...........
Thanks
Nov 13 '05 #1
0 2074

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Jared Evans | last post by:
I developed a console application that will continually check a message queue to watch for any incoming data that needs to be inserted into MS SQL database. What would be a low-cost method I...
2
by: Jeff | last post by:
I am using the following code in an access2002 db to create another access db: Set dbsNew = wspDefault.CreateDatabase("c:\propfnldata.mdb", dbLangGeneral, dbVersion30) which should create an...
3
by: Rui Mota | last post by:
hello there! I've been trying to translate some code in C++ into C#. I've an object in a DLL wich has a Method that recieves an Interface pointer as parameter. something like this: HRESULT...
1
by: BenS | last post by:
Good Morning and Happy Wednesday! I've got a web service that exposes a method that takes an string input parameter that specifies an executable on the server that starts a process. These...
0
by: nigeljordan | last post by:
Hi I’m having problems with the following method… It works for the ‘@user’ bit (i.e. it takes in the user variable and works within the sql command). But the @column variable still is not...
26
by: Patient Guy | last post by:
The code below shows the familiar way of restricting a function to be a method of a constructed object: function aConstructor(arg) { if (typeof(arg) == "undefined") return (null);...
1
by: senthil111 | last post by:
hello my name is senthil, i am facing a problem in creating database in ms access using vb 6.0 . i placing error code below dim db as database set db=createdatabase("test.mdb","c:\") i am...
5
by: rn5a | last post by:
The .NET 2.0 documentation states the following: When using a DataSet or DataTable in conjunction with a DataAdapter & a relational data source, use the Delete method of the DataRow to remove...
0
by: Accessed | last post by:
Using Access 2007 to work on Access version 2003 database. Part of the process creates a temporary database using the createdatabase method, then links to a table in that temporary database. ...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.