Nov 22, 2009

Some Help With Data Basing

free web hosting
Open Discussion & Free Web Hosting > Computers & Tech > Databases

Some Help With Data Basing

Leveecius
Hey guys, I'm new when it comes to data basing anything so maybe my post should actually go here. Here is my previous thread on my situation, and do you think that this will all be covered in my basic database?

http://www.astahost.com/Bit-Please33-t19865.html

Comment/Reply (w/o sign-up)

bobbybeeelan
Hi
You can use MySQL, Porgesive SQL, or SQLite.
Bye
P.S. Hope this helps

Comment/Reply (w/o sign-up)

jlhaslip
Postgre is an Open Source DB system

Comment/Reply (w/o sign-up)


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Similar Topics

Keywords : Data, Basing

  1. Entering Data In Mysql
    (3)
  2. Data Base For Online Games
    (1)
    Iam thinking of starting an online game, I have some knowledge in PHP and C++ skills. But I am still
    new to mysql. I have 2 things to ask, the first is a bit of topic but does this sight allow me to
    host a game?. 2, how do i make a data base. You know units hp, attack and other characteristics. +
    people making acounts (sign up by email and verify) and all other things. Can any one help me?
    /smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />....
  3. Problems With Php Saving Data Into Mysql
    HELP! I can't get my php documents to work with the mySQL (6)
    i have a server that says it allows php and mysql and in the control panel i can access mysqladmin
    and phpmyadmin but i cant get the php to save data into the mysql, i am trying to make a text-based
    MMOG so i need to save my users/passwords into a database(i thought) and it won't do it, can
    anyone help me....
  4. Database Not Storing Data?
    (8)
    This is puzzling me... /unsure.gif' border='0' style='vertical-align:middle' alt='unsure.gif' />
    I have a database for a global template system I'm coding... I get all the kinks worked out of
    the PHP portion of it, make a test page, and this is what I'm greeted with: QUOTE 
    That's what I get in Firefox when I access the page. Actually, it doesn't matter what ID I
    give it, that is all that appears. I'm trying something new but I'd like a PHP script to
    setup a table in an existing database. ID -> This should be set to auto-inc so fir....
  5. New MySQL Server & Blank Fields Problem With Jsp
    empty fields and data trancation error (0)
    New mysql server doesn’t take blank field through JSP code. If you write this code in jsp it will
    show error. String sqlInsertDateIntoTable = “insert into TableName values( “”,
    ‘”+request.getParameter(“inputFieldName”)+”’,’”+request.getParameter(“inputFieldName2”)+”’,’’)”;
    stm.executeUpdate(sqlInsertDateIntoTable); %> This code shows error , But in old alpha version of
    mysql allow the blank field for autoincreaments. Error shows of “Data truncation“ This can be
    easily remove by just write or add or table values in your query e.g String
    sqlInsertDateIntoTable = ....
  6. MySQL Data Replication, How?
    MySQL Data Replication, how?? (8)
    How can I make data Replication in MySQL??, I'm making a web based software that's going to
    be used in 5 different drugstores of the same company, how can I make it so all 5 stablishments see
    the same data in real time?? is that possible? all 5 drugstores are in the same city but not so near
    one of each other, what kind of hardware should I use? where can I find a guide to it? what is the
    first step? can anyone help me please?....
  7. Issue With MySQL Database
    I cannot output the data :'( (1)
    I'm experienced on HTML and php, but it's my first attempt to work with databases. I've
    made a small test.php file to try out my code before publishing it and find some problems. The calls
    to mysql_connect() and mysql_select_db() work ok, but i get this message when trying to output a
    small table: Warning: mysql_numrows(): supplied argument is not a valid MySQL result resource in
    /home/gdt/public_html/test.php on line 26 The relevant part of my code is as follows: CODE 25:
    $ps_res = mysql_query("SELECT * FROM 'proj_status'"); 26: $ps_num = mysql....
  8. Need To Transfer Data From One Server To Another!
    (1)
    I am running a PHP-Nuke site on a web host that only allows one database so if I wanted to use a
    forum also in addition to PHP-Nuke I must use different prefixes. My PHP-Nuke has 112 tables and I
    am setting up an almost identical site minus any other forums, just PHP-Nuke 7.7 on Astahost which
    allows many databases, so I sucessfully exported my users, and my categories, and the posts, and I
    even exprted the posts text as well as the download categories and download text tables. The problem
    I am having is that on the Astahost the forum categories are are shown along with ....
  9. Populate A SQL DB With Data?
    Excuse my ignorance! (1)
    What can I use for a frontend to populate a SQL db. I have a lot of the data and records on Access
    db and I'm looking for an easy way to load that data into the SQL db. The second issue are
    updating the SQL db with new records added to the Access db. New records added to a table in Access
    are marked for web publishing and should be moved to the SQL db in real time or close to real time
    and the record should be added to the correct index on the website so visitors can see / search for
    the update. The real life problem are: 1 need listing of all horser and where the....
  10. Embedded Database
    Embedded Data base at client side, (7)
    Hi, Now its the era of Embedded databases, no more db servers, no more host,Because with embedded
    db you can get all those options, what you are used to get with DB Servers. Some of Embedded DB Are
    1) Cloudscape From IBM (NOW Derby from ASF) 2) HSQLDB (OpenSource) and many more Feel the power of
    EDB Cheers Arunkumar.H.G....
  11. Data Warehouse
    (0)
    what is Datawarehouse. What is its use? why do we need it? And also a little intro of DataMining
    what else>?....
  12. Cross-Table Data Retrieval
    (2)
    I'm using the following to retrieve data from stat_table /* Include Files
    *********************/ session_start(); include("database.php"); include("login.php");
    /*************************************/ echo " "; $query = "SELECT STAT1 FROM stat_table WHERE
    GAME_ID=1 ORDER BY STAT1 DESC"; $result = mysql_query($query) or die(mysql_error()); //runs the
    query $p=1; while($row=mysql_fetch_row($result)) { $i=0; while ($i {
    $field_name=mysql_fetch_field($result, $i); echo " $p " . " " . $row . " "; $i++; $p++; } } echo
    " "; ?> This displays the following: 1 yki ....

    1. Looking for Data, Basing

See Also,

*SIMILAR VIDEOS*
Searching Video's for Data, Basing
advertisement



Some Help With Data Basing

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com