Similar Topics
Keywords : database- Database With Mysql++
- getting mySQL++ to work with trap17 (5)
Hi, I'm trying to build an online game and figured the easiest way to do the server list would
be to make a mySQL database for it; however, I use the con() command on the IP i get from pinging my
website and I always get an abnormal program termination; however, it will work with the mySQL on my
own machine. The code is below: CODE #include <iostream> #include <iomanip>
#include <mysql++> #include "pass.h"//holds my password (i program at
school) int main(void) { Connection con("t3jem3_test","...
Can You Add Images Into A Mysql Database?
- Using Php? (20)
I'm learning php in class right now, but I'm still not that good at it, what I'm
wondering is when I write the php so that it can connect with a database, can I at the same time
have it that it is able to display back images that I choose. Like, I want a search feature, where
you can search for a keyword, and it will bring back a list of all the possible entries with that
keyword, but each of these entries will have a photo associated with it. Now, do I put these image
files directly into the database, or do I write the code to link them from my files to th...
Import From Excel File Into Mysql Database
- (5)
Has anyone tried using the excel import function that comes with phpmyadmin
http://www.phpmyadmin.net/home_page/ - it does not require any additional plug-ins or scripts and
is fairly straightforward to use. In phpmyadmin, if you click on the database table which you wish
to import the data to , there is a link on the bottom left corner which says "insert data from a
text file into the table" - although it says text file it still can be used to import an excel file.
When you click on this link you will be taken to a page where you will be asked for the file name
(the...
Ms-access Database Question
- Allowing Web Access to the Informaton (3)
Truefusion Shoutbox
- No Database required! (31)
After several tests, i think it's good enough to be released. Please report any problems in
this topic. About the shoutbox: QUOTE It's supports many bbcodes that we're all used
to. Over 60 smileys. No database required for shout storage: All stored on flatfile. XHTML valid.
Installation is basically extract files, and chmod the files "shouts.log", "ipban.log",
"wordfilter.log" 666. Compatible with standard-compliant browsers, and Internet Explorer. Admin
Cpanel: Edit/delete shouts, IP ban/unban, Word Filter. Users can delete/edit their shouts within a...
Index In A Mysql Database
- Make the numbers follow (3)
I hope I am on topic here (It does have to do with web design, after all). I have noticed that in a
MySQL database, the 'id' field just keeps its numbers for every record, with the backdraw
that, whenever you remove (a) record(s) from the table, you get your list numbered as eg.
1,5,6,7,12,25 etc. This makes it a bit difficult of keeping track of the number of records in your
table. Is there a way of achieving (either in PHPMyAdmin or through the use of PHP) that the id
field in your table gets sort of 'refreshed and updated' so you have a clearer view...
Transferring From Old Server To New Server "database And Forum" [resolved]
- I'm in need of aid from admin in transferring phpbb database and f (5)
Ok, I have a question and would preferable ask if its possible as well. Currently I have a phpbb
forum (version 2) placed among another server. Thing is I would like to import it among my trap17
account, as this is the place I intend to stay as its so great. Problem is I have about 40+ users
already registered among that forum and have several mods implemented within it as example Cash Mod,
Jobs Mod, Rank Banners etc and fiblack template. I have tried using a few guides in trying to copy
my database over here but to no avail it is rendered useless. So in short is there a...
What Value Would I Use To Insert This Data?
- Help on insertion of data to database? (4)
I am learning slowly but surely and I know some of you probably getting tired of my questions. ^^;;
However, I believe one can not learn without asking questions. So.. if I get too bothersome.. just
point me to some books or something. lol XD // Make a MySQL Connection mysql_connect("localhost",
"name", "password") or die(mysql_error()); mysql_select_db("at2927_abq") or die(mysql_error()); //
Insert a row of information into the table "example" mysql_query("INSERT INTO members (pasture)
VALUES('Timmy Mellowman', '23' ) ") or die(mysql_error()); ...
How Do I Connect To Live Database With Php Script?
- while being hosted with ComputingHost (6)
I am not new to programming. I want to create a form to add some values into my tables, the code
are all working. But I am not sure what is the URL to connect to my site's database. All along,
I have been testing through MAMP, which provides a local copy of mySQL. Can anyone lend me a hand?
My site's URL is http://limetouch.com/ ...
Mysql Database Space
- (3)
How much space does Trap17 offer for MySQL database in terms of MB? I need to know because I intend
to host a forum for my classmates and it will be a gathering place for us. We are all ex students of
a school so the forum will be a handy hangout place to get info and status about each other, since
we're all seperated now. So, the forum takes up 150KB in my database and its increasing daily
due to increasing number of posts and members. The day will come when it hits the 12 MB database
space my current free host offers. So, any input or help is very much appreciate...
Best Free Online Game Database
- (1)
I find this to be an excellent site for free games of all types. It is where I find all my games
/tongue.gif" style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" />
http://play-free-online-games.com/games/games_all.html Recommended: Blockland...
Forum Database
- Forum Database Space and its capacity to hold content (9)
Okay, I have a forum which is growing daily. Even though members aren't that many, I'm still
concerned over my database space and its capacity to hold the forum's content. Since post counts
take up database space, the remaining space will decrease daily, albeit by little amounts. Still, it
will decrease anyway and eventually my database for that forum will run out of space. My question
is: 1. Is there any way to possibly create a new database to continue holding the old
database's increasing data? As in, my old database is there but its full and I creat...
Php With Simple Csv List As Database, What Do U Think?
- (2)
I've designed a php website and i used simple CSV file as my database because of few reasons
my client had to pay more to active MySQL database was a simple product list it was easy to
convert product list from existing Excel file to CSV it is easy to make any changes so i have few
files to convert to CSV if i wanna update the website. I know it's less secure specially if
it's an online business (which is not). question is : what are disadvantages? is that slower
than MySQL? is there more possibility of occurring bug? is that less professional? or .....
Vb Select Mysql Database
- (2)
I am trying to make a script to pull mysql data into a vb application. This will connect to windows
media player so that people can select a song through my website, and windows media player would
play it through vb automatically. Can anybody help me?...
Treating .csv Files As Database Data
- Showing .CSV data on a web page (2)
I use a nice program (which I helped to beta test) called ' Simfatic Forms ' to generate
forms on web pages. The only problem is that it does not (yet) support MySQL databases, it saves the
form data as a .CSV file. Now I was wondering if you can do the same with a .CSV file as you do
with a MySQL databse, ie. displaying the data in that file on a web page which adjusts automatically
as data are added to the file. To clarify: eg. if I make a form to sign a petition online, the data
are saved to a .CSV file every time someone fills in the form, is it now possibl...
Daas (database As A Service)
- (3)
DaaS (Database as a Service) is becoming the next big thing in Data Storage where you just call
API's for all your data needs and forget about DB servers, configs etc. For more about this
read the below links... http://www.amazon.com/gp/browse.html?node=16427261 --> Amazon
started this... http://longjump.com/ --> Yet another provider These services are really
really very useful in terms of developing and deploying web applications. Lots of issues like
setting up new servers and configuring them, upgrading them will all together gets away in these ...
Quick Question
- Is there a limit on the size of the MySQL database? (8)
Question's in the title!...
Free Access To Mysql Database Converter
- Free Access to MySQL Database Converter (1)
QUOTE DB2MYSQL Converter is a totally free software that will convert Microsoft Access Databases
to MySQL. It’s easy fast and accurate MS Access to MySQL Database Converter easily converts database
records of Microsoft MS Access databases to MySQL server. DB2MYSQL is very easy to use, just follow
the simple screens and let the program automatically do all the work for you. We use a very fast
conversion algorithm to provide you with the best possible performance level. Its Features include:
Supports common MySQL data types and attributes. Supports common MS Access c...
Php Search Engine Script For Mysql Database
- (11)
A search engine is provided to facilitate the user with undemanding and clear-cut search options.
The search facility includes simple search, search by title, search by word/phrase, ect… Thus, the
user is at a safe distance from the risk of selecting files/folders ambiguously. In addition, a
history of recent searches can be preserved for future perusal. Now
day’s visitors have a large option for his needs on internet and so visitors are not vesting their
time by following the dead links on your site. So a search engine is essential for your...
Connect To Remote Oracle Database With Toad
- i'm lost (3)
Hey gang, long time no see, my bad! Anyway, I got me a question. Does anybody know how to
connect to a remote oracle database using toad? When I read the docs for toad I get the impression
that I have to have a local oracle installation in order to use toad, but that just seems silly. I
guess I'm stuck at the point of trying to figure out how to tell toad where to look for all of
the configuration information it needs for the connection if I don't have any "Oracle Home"
directories. :crosses fingers: Peace!...
Database Migration - Seditio To Joomla
- any help is needed (1)
Hi guys! I was desperately looking on internet for any help with migrating Seditio database to
Joomla.. I`m admin on site which has more than 2500 members and day by day I get annoyed by
pretty dumb solutions in Seditio.. can anyone tell me how to migrate the seditio site to joomla?
any tutorials on internet on database migration? thanks...
Changes In Phpmyadmin
- Access to my database from program not working anymore. (0)
I was wondering if something has changed in the MySQL or PHPMyAdmin section of Trap 17. (Hope I am
explaining this correctly). I run a newsletter system on my website and the details of the people
who subscribed are in a MySQL database. To get those data from the database and to send the
newsletter to all subscribers I use a program called "Qios Pelican". Up to now it always worked
perfectly, but now it cannot seem to retrieve data anymore, yet I have not changed anything to my
setup. I use the MySQL OLEDB Provider driver to connect, and in case it helps, here are the ...
Best Database Software?
- (1)
I'm quite new to creating and managing databases - yesterday I installed Filemaker Pro 9 and my
initial thoughts are that it's amazing! Only just starting to get to grips with it - think
it'll take some time to master it. What Database software do others use and what do people
think of Filemaker Pro? Advantages/Disadvantages? ...
Accessing Mysql From Javascript
- Javascript to communicate with database (4)
I found a nice program which allows you to put quizzes on your web site. You can design your own
questions, set the layout of your page, and there is also a possibility of having the results
emailed to you. It further offers a facility to store the results and all that, all you have to do
is put a link in the program, telling it which page takes care of that. However, when I look at the
HTML code the program generates, I see that most of it is written in Javascript. Obviously, it also
uses variable names, but as I don't know any Java, I was wondering if those variab...
Is Xml A Programming Language Or A Database Language?
- (10)
I have noticed that XML is in the HTML forum when XML is used for storing data, not actually
displaying it. This makes me think it is a database rather than programming language. Who here
agrees with my views?...
Where Am I Going Wrong This Time?
- Can't enter data into database (4)
Hi, on my local machine (with Apache 2.0, PHP 5.2.4 and MySQL 5.0) I come across weird things. I
have successfully made a table, but when I try to enter data into it it just will not accept the
empty string for the first field (id). This was the creation line: QUOTE $query="CREATE
TABLE members (id int(20) auto_increment,first varchar(15) NOT NULL,last varchar(15) NOT NULL,phone
varchar(20) NOT NULL,mobile varchar(20) NOT NULL,fax varchar(20) NOT NULL,email varchar(30) NOT
NULL,web varchar(30) NOT NULL,PRIMARY KEY (id),UNIQUE id (id),KEY id_2 (id))"; This has...
Totally Brand New Social Networking?
- Video Sharing + Instant Messengers + Search + Profiles + Database of I (5)
Well, i come to start and think again that what if Video Sharing sites like Youtube , Google
Videos , Eyespot , MetaCafe , More At DV Guru being combined with many other services like Wiki
Technology - includes Wikipedia and many other Wikis powered either by individuals or companies or
organizations, they all are impressive innovations (wikipedia is definitely the most nominable) and
Powerful Search - like Google , ChaCha (Quite impressive, ChaCha, they implemented instant
messenging with search to engage a partner who is paid a salary to help to search for ...
Adding Data To A Database And Displaying It Later
- Using Forms, PHP and MySQL (1)
Requirements: PHP Support MySQL Database access I am going to use a news program as an example.
Ok, first you are going to need to connect to the database. Do so by using the code below. I have
added some comments where you will need to edit to fit your server's specifications. Create a
new file with notepad and call it config.php QUOTE //Change root to your database
account's username $dbusername = "root"; //Add your account's password in between the
quotations $password = " "; //Add the name of the database you are using in betw...
Connecting Php With Oracle Database
- (1)
i need to connect oracle with php ..now me using oracle 10g can any one give me the solution
thanks....
Connecting Php Site To Database
- (6)
Please Help Me with this site's error http://gatewaybiz.x10hosting.com/surf/ ...
Looking for Database
|
|
Searching Video's for Database
|
advertisement
|
|