Go Back   HTMLCenter Web Development Forums > Web Design and Development > Programming and Scripting

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
  #1 (permalink)  
Old 12-18-2007, 11:15 PM
Registered User
 
Join Date: Jul 2004
Posts: 224
problem creating table in an existing db

I have a db open but have a problem creating a table:

PHP Code:
// Create table in my_db database
mysql_select_db("kjv"$con);
$sql2 "CREATE TABLE person ( 
PRIMARY KEY(id) smallint, 
recordType char, 
book_title, 
book smallint, 
chapter smallint, 
verse smallint, 
book_spoke smallint, 
chapter_spoke smallint, 
verse_spoke smallint, 
text_data longtext
)"
;
mysql_query($sql2,$con); 
Reply With Quote

  #2 (permalink)  
Old 12-19-2007, 06:40 PM
curtiss's Avatar
Moderator
 
Join Date: May 2003
Posts: 1,399
What database management system (DBMS) are you using? Access, MySQL, MSSQL Server, etc.?

They each have slightly different ways of receiving SQL statements, especially when it comes to trying to specify the primary key.

Are you getting any specific errors?
__________________
I hate Internet Explorer! Anyone with me?

Last edited by curtiss : 12-19-2007 at 06:42 PM.
Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
framespacing="0" problem solved cssiscool Programming and Scripting 4 06-14-2007 07:27 AM
weird problem with FF 1.5.0.6 flashwood59 Programming and Scripting 0 09-11-2006 01:35 PM
Scrolling in a table nyrunner Programming and Scripting 3 04-10-2006 09:23 AM
Table Width Problem in IE Tyree Browsers 1 04-26-2005 08:38 AM


All times are GMT -5. The time now is 11:32 PM.

 
KickApps
Clicky Web Analytics


Subscribe to our feed | add to myYahoo!

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
© 1997-2007 HTMLCenter