Add your own alternative version
Stats
168.4K views 2.8K downloads 67 bookmarked
Posted
22 Mar 2002
|
Comments and Discussions
|
|
Hi sir,
i wrote a c# program for displaying my html content in web page. In that i stored 10 questions in the database, the problem is that only 9 questions are visible but the 10th question is not visible ...
|
|
|
|
|
I know its a little old school but i still use DSN's to connect to my databases
This allows me to keep them in a directory that is not directly accessible via http and hence more secure.
any chance of the feature of adding DB's via DSN's?
|
|
|
|
|
Yes, the last version supports DSN connection. It can be found at my site[^]. To do so, in the database path prompt (text field) type: "DSN=Your_DSN_Here", where Your_DSN_Here is your DSN.
Philip Patrick
Web-site: www.stpworks.com
"Two beer or not two beer?" Shakesbeer
|
|
|
|
|
Very nice tool. You really did a good job.
|
|
|
|
|
I was testing the project with Access 2007 and is not working...
|
|
|
|
|
Patrick.. Thank you very much... This a really Great Job !! Congratulations...
daniel
|
|
|
|
|
I was looking for a way to script my MS Access Databases.
Thanks.
|
|
|
|
|
Patrick.. Thank you very much... This a really Great Job !! Congratulations...
|
|
|
|
|
Hi all!
I store my picture in Access 2003 by "OLE Object".
I am coding a ASP page for loading and display those pictures. But I am not know any way which display those pictures in my ASP page.
Please, give me a way. Thanks very much.
|
|
|
|
|
Hi Your Application is awesome. How could i do the same to MS SQL Server database. I am trying it, if not i need your help...
See you Pat
The Electronic Screw[e_screwz]
|
|
|
|
|
There is a FREE Asp.net SQL server manager.
http://www.aspenterprisemanager.com/
|
|
|
|
|
|
Thank you
Check out the latest version on my site, I haven't updated the article a long time
Philip Patrick
Web-site: www.stpworks.com
"Two beer or not two beer?" Shakesbeer
|
|
|
|
|
I just want to say this is a terrific piece of code.
Thanks
|
|
|
|
|
I know there's a lot of great stuff out there for the contest that is cool just because we're techies, but I give this a rating of VFC (Very Cool) for practicality and usefulness in addition to just general coding grooviness. As it happens, I've got a couple of database sites we're bringing up at the moment, and this handy little utility will make life much easier than the old download / change the db / upload (order a pizza, come back later) approach I've been taking.
Nicely done, man!
Chistopher Duncan
Author - The Career Programmer: Guerilla Tactics for an Imperfect World (Apress)
|
|
|
|
|
Thank you
I'm glad someone liked and using it
Check out the updated version on the site (couldn't update the code here, dunno how to do that )
Philip Patrick
Web-site: www.saintopatrick.com
"Two beer or not two beer?" Shakesbeer
Need Web-based database administrator? You already have it!
|
|
|
|
|
... on my site. Many new features and bug fixes. Open the page and scroll down to see the version history
Philip Patrick
"Two beer or not two beer?" (Shakesbeer)
Web-site: www.saintopatrick.com
|
|
|
|
|
Very Nice Job!
Best Regards,
Bill
|
|
|
|
|
Made it for myself, thought can be useful for others
Philip Patrick
"Two beer or not two beer?" (Shakesbeer)
Web-site: www.saintopatrick.com
|
|
|
|
|
Hi Philip,
This together with your previous Forums article will be very useful especially for others such as myself who do not have much web development experience and need a booster shot.
Very good!
Best Regards,
Bill 
|
|
|
|
|
Found some bugs, have questions, problems, whatever, feel free to post them here, or in my forums
Philip Patrick
"Two beer or not two beer?" (Shakesbeer)
Web-site: www.saintopatrick.com
|
|
|
|
|
Help! I need help as I am unable to follow the guidelines to create the settings xml files for saving my settings. Hope will be able to get help from here. Thanks.
|
|
|
|
|
Sure, Anfy. What problems do you have? You do not need to create that xml file by yourself. Instead, look in "scripts/inc_config.asp" file - there is a variable named DBA_cfgProfilePath . By defalt it is set to "dbadmin.xml", you can change it to a path to configuration file (including the filename). Use either relative (from dbadmin folder) or physical path. Of course you should have a write permissions set for the folder you want to save configuration file.
Philip Patrick
Web-site: www.stpworks.com
"Two beer or not two beer?" Shakesbeer
|
|
|
|
|
I tried changing path to Const DBA_cfgProfilePath = "dbadmin/dbadmin.xml" or Const DBA_cfgProfilePath = "../../dbadmin/dbadmin.xml" however settings still not saved. Eample i change the session timeout to 10 mins, after i submit it says settings were successfully saved but it still goes back to default. And the save database path i choose yes but everytime after i logged out and logged in, no settings were saved and i have to choose path again. I check the admin folder but no admin.xml files was created. Where did i go wrong as i really wish to make to thing work as i want to use this perfect prog of yours. help.... thanks!!!
|
|
|
|
|
Uhmm... I think I've got where is the misunderstoonding. You are setting a path relative to SCRIPTS folder (where the inc_config.asp is). Instead, work relative to DBAdmin folder itself. And remember that folder should have write permissions.
For example:
You have installed DBAdmin into "dbadmin" folder on your server. You can set the variable to simple "dbadmin.xml" to have the config file created in the dbadmin folder, or "../dbadmin.xml" to make it in the web root folder, or "../../db/dbadmin.xml" to create it in folder "db" ABOVE the wwwroot.
Also, you can turn on debug information, maybe it will help. To do so, open the "scripts/inc_engine.asp" file and somewhere near the top you'll find DBAE_DEBUG variable. Set it to True. Remember to turn it off again when you done.
Philip Patrick
Web-site: www.stpworks.com
"Two beer or not two beer?" Shakesbeer
|
|
|
|
|
|
General News Suggestion Question Bug Answer Joke Praise Rant Admin
Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.
|
|