Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Database/World Building

Development::Database/World Building World Building forum, dedicated to the EQEmu MySQL Database. Post partial/complete databases for spawns, items, etc.

Reply
 
Thread Tools Display Modes
  #1  
Old 05-20-2005, 12:19 AM
sdabbs65
Dragon
 
Join Date: Dec 2003
Location: Earth
Posts: 818
Default Database Conversion.

Greetings,
I have the ability to convert MYSQL Databse files to MSACESS 2000.mdb format.
I was wondering if this would be usefull and if anyone is interested in
something like this before I go forward and create a files area for it.
basicly what I plan on doing is taking each field and making a mdb file for it.
for example.

items text.sql would be converted to items.mdb
you could then add whatever or modify it in a reader friendly format.
then I can convert it back when im done to a SQL format.
I have done a few fields already and it seems to be a good idea.
here is a few screenshots of what it looks like to give you an idea.

---edit this is for microsoft access 2003----




__________________
hosting Eqemu/Runuo/wow Emulators.

www.cheaterz.info

Last edited by sdabbs65; 05-20-2005 at 08:21 AM.. Reason: forgot text ms2000
Reply With Quote
  #2  
Old 05-20-2005, 02:53 AM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

Hmmm, I honestly I really don't see a real use for this. From the screenshots, it looks no different from editing the database with MySQL Control Center. Perhaps you have some use in mind that I overlooked?
Reply With Quote
  #3  
Old 05-20-2005, 04:39 AM
sdabbs65
Dragon
 
Join Date: Dec 2003
Location: Earth
Posts: 818
Default reason.

Most access database users don't need to know SQL.
Anyone who has built anything in access even the most basic of queries using the Access query design window has already been using SQL without knowing it.
Access contains many tools and wizards that hep the user create a powerful database without having to learn SQL.
then it can be converted to SQL rather easy.
I was Basicly trying to make it a bit more easy to edit the database.
since so many people have Issues useing SQL.
not sure if it will be of help or not.
but it is another way of doing things rather than drudgeing thu SQL.
__________________
hosting Eqemu/Runuo/wow Emulators.

www.cheaterz.info
Reply With Quote
  #4  
Old 05-20-2005, 08:24 AM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

Ahhh I see ease of use. In that case I'm sure some people could use it. I would post it up. There is never anything wrong with sharing work.
Reply With Quote
  #5  
Old 05-24-2005, 05:52 AM
WildcardX
Developer
 
Join Date: Apr 2003
Posts: 589
Default

Not a bad idea... MySql Control Center isn't supported any longer and is not getting developed past what exists today, so Access isn't a bad idea I guess.
Reply With Quote
  #6  
Old 05-24-2005, 06:30 AM
Doodman's Avatar
Doodman
Developer
 
Join Date: Aug 2003
Posts: 246
Default

Why not just install the mysql odbc drivers and then use the real database from access?

Seems a lot simpler to me.

http://dev.mysql.com/downloads/connector/odbc/3.51.html
Reply With Quote
  #7  
Old 05-24-2005, 06:53 AM
solid11's Avatar
solid11
Discordant
 
Join Date: Dec 2004
Posts: 266
Default

A little help on this one Doodman. So I installed the drivers, how do you access the DB? Just open up access and go to the data folder of mysql? Which didn't work for me. No files seem compatible.

I use mysql-front now, but I'm willing to try something new if it will help find certain fields faster. Any help on using this would be great. Just need to know the steps to access the DB from access. Thanks.

Last edited by solid11; 05-24-2005 at 02:59 PM..
Reply With Quote
  #8  
Old 05-25-2005, 05:01 AM
sdabbs65
Dragon
 
Join Date: Dec 2003
Location: Earth
Posts: 818
Default

Quote:
Originally Posted by solid11
A little help on this one Doodman. So I installed the drivers, how do you access the DB? Just open up access and go to the data folder of mysql? Which didn't work for me. No files seem compatible.

I use mysql-front now, but I'm willing to try something new if it will help find certain fields faster. Any help on using this would be great. Just need to know the steps to access the DB from access. Thanks.

The way I do it is I have a converter that converts the files from SQL to a excel.mdb file and when im done....
change it back to a SQL file useing the same converter.
__________________
hosting Eqemu/Runuo/wow Emulators.

www.cheaterz.info
Reply With Quote
  #9  
Old 05-25-2005, 01:20 PM
solid11's Avatar
solid11
Discordant
 
Join Date: Dec 2004
Posts: 266
Default

I don't suppose I can get my hands on this converter or explain how it's done could I?.....(beg,plead,grovel)

Last edited by solid11; 05-25-2005 at 09:24 PM..
Reply With Quote
  #10  
Old 05-25-2005, 11:45 PM
sdabbs65
Dragon
 
Join Date: Dec 2003
Location: Earth
Posts: 818
Default yes

Quote:
Originally Posted by solid11
I don't suppose I can get my hands on this converter or explain how it's done could I?.....(beg,plead,grovel)
Well you could if you want to spend 40 bucks.
you can find it here.
http://www.softguru.net/products.htm

I will be releaseing the files on my website as one big database and
also each table seperately soon as im done revamping my board.
but im working on setting up a phpbb/nuke board atm so I have put this project on hold for a few weeks since it's not really needed.
__________________
hosting Eqemu/Runuo/wow Emulators.

www.cheaterz.info
Reply With Quote
  #11  
Old 05-26-2005, 07:28 AM
WildcardX
Developer
 
Join Date: Apr 2003
Posts: 589
Default

This thread has motivated me to write a tool that will be a EQEmu Server database administrator. I am finishing up my first beta version and hope to have it released for download sometime this weekend. It is my intent to write this tool in such a way that it will not only be backward compatible to every previous world database, but will also adapt to future databases. In fact, the basic functionality of this tool will also work on pretty much any MySQL Server database versions 4.0.x, 4.1 or the future 5.0. After the beta release I will add tools to the application that are specific to EQEmu record keeping. The basic functions will present all databases in "Microsoft Access" like views and allow record updating, deleting or inserting. This tool is written in C#.NET so you will need to download the Microsoft .NET 1.1 Framework to use it.

I will make an announcement in the coming days, when this beta version is ready for downloading.
Reply With Quote
  #12  
Old 05-26-2005, 04:16 PM
Ghost Fire's Avatar
Ghost Fire
Sarnak
 
Join Date: Feb 2005
Location: Behind you....
Posts: 84
Default

Very cool WildcardX. I'll download that
__________________
Life is Short
Reply With Quote
  #13  
Old 05-26-2005, 04:26 PM
solid11's Avatar
solid11
Discordant
 
Join Date: Dec 2004
Posts: 266
Default

I've been downloading several converter programs checking them out and I like the idea. Yeah, you can't make quick updates and hop right back in your server to check out the changes but on a mass fix scale it's much easier to find and read everything.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 03:07 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3