Using phpMyAdmin versus SQLite Manager
Posted by: David Pinero (---.tampfl.fios.verizon.net)
Date: November 12, 2007 04:25AM

When I first downloaded WAMP it of course installed this wonderful SQLiteManager. I'd love to use it but so far all my database operations default to using MySQL as represented in phpMyAdmin. I spent much of the day trying to accomplish a simple database read before realizing php wasn't paying any attention to my database in SQLiteManager. When I replicated my effort using phpMyAdmin, the data read instantly.

Any thoughts appreciated, thanks!

Dave


Options: ReplyQuote
Re: Using phpMyAdmin versus SQLite Manager
Posted by: yfastud (---.cable.mindspring.com)
Date: November 12, 2007 05:10AM

SQLiteManager uses to manage SQLite db, and it has nothing to do w/ MySQL which is managed by phpMyAdmin

Have fun,

[test.jlbn.net] (Sample Testing Codes for PHP, MySQL, ASP.net, SQL, JSP)
[www.jlbn.net] (Basic Guide for WAMP & Add-ons)

Options: ReplyQuote
Re: Using phpMyAdmin versus SQLite Manager
Posted by: David Pinero (---.tampfl.fios.verizon.net)
Date: November 12, 2007 05:36AM

Thanks, that does put it into perspective. As a matter of discussion, how does the WAMP framework decide which to use? Obviously it uses MySQL and phpMyAdmin by default, but what if now I want to use SQLLiteDB?

How would I get php to pay attention to the first table I created via SQLiteManager and which is presumably in existence as this SQLite?

Thanks again!

-Dave


Options: ReplyQuote
Re: Using phpMyAdmin versus SQLite Manager
Posted by: yfastud (72.236.169.---)
Date: November 12, 2007 01:30PM

Quote

Obviously it uses MySQL and phpMyAdmin by default
It's not obviously, but depends on how your php scripts call it; on other words, which db your php script call.

I have some test codes for all of them including php, php+mysql, php+sqlite, php+sql, asp.net, asp.net+sql, asp.net+mysql, jsp, so on, on my sites; If you're interested, go to my test site and test it out.

Have fun,

[test.jlbn.net] (Sample Test Codes for PHP, MySQL, SQLite, ASP.net, SQL, JSP)
[www.jlbn.net] (Basic Guide for WAMP & Add-ons)




Post Edited (11-13-07 04:47)

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote


Sorry, only registered users may post in this forum.