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 10-09-2005, 08:52 AM
Damilis's Avatar
Damilis
Hill Giant
 
Join Date: Dec 2002
Location: Nottingham!!
Posts: 217
Question PHP vs MsAccess(OBDC)

I see lots of php admin tools around but not everyone has the know how to get a LAMP, WAMP or WIMP stack working correctly.... so how do people feel about a MSAccess application via MyOBDC as a front end admin tool?
__________________
GM/ServerOP - Shadows of Norrath
Reply With Quote
  #2  
Old 10-09-2005, 09:01 AM
sdabbs65
Dragon
 
Join Date: Dec 2003
Location: Earth
Posts: 818
Default access

Quote:
Originally Posted by Damilis
I see lots of php admin tools around but not everyone has the know how to get a LAMP, WAMP or WIMP stack working correctly.... so how do people feel about a MSAccess application via MyOBDC as a front end admin tool?
I actually use it when I want to do certin things like build new spawns for a zone it was worth the 30 bucks.

http://www.eqemulator.net/forums/showthread.php?t=18595
__________________
hosting Eqemu/Runuo/wow Emulators.

www.cheaterz.info
Reply With Quote
  #3  
Old 10-09-2005, 09:41 AM
Damilis's Avatar
Damilis
Hill Giant
 
Join Date: Dec 2002
Location: Nottingham!!
Posts: 217
Default

Cool. Let me elaborate though:

MsAccess via MyOBDC is simple enough, I was talking about the development of forms and VB6 code to do various tasks with the database. is this what you already have?

__________________
GM/ServerOP - Shadows of Norrath
Reply With Quote
  #4  
Old 10-09-2005, 01:36 PM
sdabbs65
Dragon
 
Join Date: Dec 2003
Location: Earth
Posts: 818
Default

Quote:
Originally Posted by Damilis
Cool. Let me elaborate though:

MsAccess via MyOBDC is simple enough, I was talking about the development of forms and VB6 code to do various tasks with the database. is this what you already have?

No, why re-invent the wheel ?
it seems like it would be more trouble than it's worth..
I have tried several flavors of databases even excel and you just can't beat
FQADMIN. it's the best tool out there and it's outdated by several versions now.
Not only that; they change the database almost every release so it would have to be something thats very flexable in order to stay functional..
Look at all the tools that are now defunct becase of the DB Changes.
but then again im a skeptic and maybe your on to something ..
__________________
hosting Eqemu/Runuo/wow Emulators.

www.cheaterz.info
Reply With Quote
  #5  
Old 10-09-2005, 01:50 PM
Damilis's Avatar
Damilis
Hill Giant
 
Join Date: Dec 2002
Location: Nottingham!!
Posts: 217
Default

Well i was just really "sticking the feelers out there" so i don't do through a lot of trouble for nothing ya know? Right now i am working on a way to link the \quests\ directory to the eq062.NPC_type and eq062.NPC_Spawn table to run some code/scripts and give me lots and lots cross-referenced info and archive capability. not to mention the ability to link the tables to a .aspx and publish on the net for all the peeps.
__________________
GM/ServerOP - Shadows of Norrath
Reply With Quote
  #6  
Old 10-09-2005, 08:08 PM
sdabbs65
Dragon
 
Join Date: Dec 2003
Location: Earth
Posts: 818
Default hmmm

Quote:
Originally Posted by Damilis
Well i was just really "sticking the feelers out there" so i don't do through a lot of trouble for nothing ya know? Right now i am working on a way to link the \quests\ directory to the eq062.NPC_type and eq062.NPC_Spawn table to run some code/scripts and give me lots and lots cross-referenced info and archive capability. not to mention the ability to link the tables to a .aspx and publish on the net for all the peeps.
sourceforge <gasp> has CVS ...again can't be beat...and it's free
__________________
hosting Eqemu/Runuo/wow Emulators.

www.cheaterz.info
Reply With Quote
  #7  
Old 10-09-2005, 09:34 PM
Damilis's Avatar
Damilis
Hill Giant
 
Join Date: Dec 2002
Location: Nottingham!!
Posts: 217
Default

Quote:
Originally Posted by sdabbs65
sourceforge <gasp> has CVS ...again can't be beat...and it's free
nothing like a little sarcasm to ruin a nice little discussion eh? sheesh.

...and what are YOU talking about? cvs on sourceforge has/is nothing like what I am working on. Hmmm, whatever, moving on.

Anyone else with opinions? Access front end? useful to you?
__________________
GM/ServerOP - Shadows of Norrath

Last edited by Damilis; 10-10-2005 at 05:55 AM..
Reply With Quote
  #8  
Old 10-10-2005, 01:45 AM
Belfedia
Demi-God
 
Join Date: Jan 2005
Posts: 1,109
Default

Well well well,
Don't worry all

NOW:

Eqemulator is free project (on sourceforge.net) made by free programmers.
I think this is why it use only free program : Gcc, mysql, perl, etc...
Change this is'nt very excellent for the project :(

BUT:

If you can make usefull programs with M$ software for the emu, Whynot ?
I think more we have programs for make good Emu, more is good

we just need to keep the core free
__________________
__________________________________________________ _____________________________________
I speak english like a spanish cow..., I speak spanish like a english pudding...
But I try to speak good french !!! (Non au langage SMS sur forum)
http://eqfroggy.new.fr : Froggy French Server Website.
Reply With Quote
  #9  
Old 10-10-2005, 02:46 AM
Damilis's Avatar
Damilis
Hill Giant
 
Join Date: Dec 2002
Location: Nottingham!!
Posts: 217
Default

there is actually free MsAccess runtime software that allows you to open a MsAccess Application... can't edit it or change it but you can run and use it.
__________________
GM/ServerOP - Shadows of Norrath
Reply With Quote
  #10  
Old 10-10-2005, 02:46 AM
squire
Fire Beetle
 
Join Date: Aug 2004
Posts: 4
Default

What about using VB.NET? The reason I bring this up is because the app could become cross platform compatible if the *nix users have the Mono runtime. There may need to be some tweaking, but if you are just doing basic connections, and you use the ByteForge mysql connector to connect to the database, you should be able to just move it to a mono enabled system and run the app. We have some apps at work that were build in vb.net on a windows xp developer system and our ops team uses linux as thier desktop with mono and they have no issues with the core functionality. Web Service calls are a little rough, but the rest runs fine on a linux box.
Reply With Quote
  #11  
Old 10-10-2005, 12:45 PM
Damilis's Avatar
Damilis
Hill Giant
 
Join Date: Dec 2002
Location: Nottingham!!
Posts: 217
Talking

Funny you mention vb.net. I am working an Access 2003 front end so i can get a good feel for how i want the background code to flow and as i complete components i am migrating them over to my .com as vb.net. I dont have vstudio.net nor any other code editor and I do all my web content creation via Dreamweaver MX which doesn't lend itself very well to any form of coding....


Anyho, I will be providing the vb.net code once i get it less dangerous... one click db go bye bye right now.
__________________
GM/ServerOP - Shadows of Norrath
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 01:15 PM.


 

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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3