• ✨ ARCHIVE MODE ✨
    The forum has now been set to read-only mode, no new posts, resources, replies etc will not be possible.
    We recommend you join our Discord server to get real-time response: Discord Invite Link

Pokemon 3D Database Explorer

Pokemon 3D Database Explorer 0.2

No permission to download

Darkfire

Administrator
Administrator
P3D Developer
Darkfire submitted a new resource:

Pokemon 3D Database Explorer - View Data Like a Human

This will allow people to view the previously uploaded database in a way easily understandable by humans :D
Currently it only shows the Pokemon Details but I hope to add more at a future point.
Also I plan to make it possible to add new moves and stuff to the database so expect that soon.
(and before anyone thinks I won't ever finish this it is part of my final project for a college class so it will get done soon :p)
Read more about this resource...
 

progamerscl

Trainer
I couldn't get the Database Explorer to run. After I selected Run in the pop-up box, it vanished and nothing ever came back up. I even tried using the Open With command from the database. Even Task manager didn't see the program running... Could I possibly be missing a requirement?
 

Darkfire

Administrator
Administrator
P3D Developer
J

jianmingyong

Guest
It still doesn't work. Here is the debug log for you:

Application: P3D DataBase Explorer.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.InvalidOperationException
Stack:
at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(System.Data.Common.DbConnection, System.Data.ProviderBase.DbConnectionFactory, System.Threading.Tasks.TaskCompletionSource`1<System.Data.ProviderBase.DbConnectionInternal>, System.Data.Common.DbConnectionOptions)
at System.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(System.Data.Common.DbConnection, System.Data.ProviderBase.DbConnectionFactory, System.Threading.Tasks.TaskCompletionSource`1<System.Data.ProviderBase.DbConnectionInternal>, System.Data.Common.DbConnectionOptions)
at System.Data.ProviderBase.DbConnectionInternal.OpenConnection(System.Data.Common.DbConnection, System.Data.ProviderBase.DbConnectionFactory)
at System.Data.OleDb.OleDbConnection.Open()
at P3DDatabaseExplorer.P3DDataLayer.initAbilityList()
at P3DDatabaseExplorer.P3DDataLayer..ctor(System.String[])
at P3DDatabaseExplorer.FormPokemon..ctor()
at P3DDatabaseExplorer.Program.Main()
 

Darkfire

Administrator
Administrator
P3D Developer
It still doesn't work. Here is the debug log for you:

Application: P3D DataBase Explorer.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.InvalidOperationException
Stack:
at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(System.Data.Common.DbConnection, System.Data.ProviderBase.DbConnectionFactory, System.Threading.Tasks.TaskCompletionSource`1<System.Data.ProviderBase.DbConnectionInternal>, System.Data.Common.DbConnectionOptions)
at System.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(System.Data.Common.DbConnection, System.Data.ProviderBase.DbConnectionFactory, System.Threading.Tasks.TaskCompletionSource`1<System.Data.ProviderBase.DbConnectionInternal>, System.Data.Common.DbConnectionOptions)
at System.Data.ProviderBase.DbConnectionInternal.OpenConnection(System.Data.Common.DbConnection, System.Data.ProviderBase.DbConnectionFactory)
at System.Data.OleDb.OleDbConnection.Open()
at P3DDatabaseExplorer.P3DDataLayer.initAbilityList()
at P3DDatabaseExplorer.P3DDataLayer..ctor(System.String[])
at P3DDatabaseExplorer.FormPokemon..ctor()
at P3DDatabaseExplorer.Program.Main()
Did you have the database open?
I think Access only allows one process to access the database at a time
 

Darkfire

Administrator
Administrator
P3D Developer
do you have a .laccdb file with the database?
The other possibility is that you need something from microsoft because you have access but not full office?
 
J

jianmingyong

Guest
.laccdb will only generated if I have open the database. Once close, it removes itself.
 
Top