Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account

create

0
votes
0 answers
66 views

ClassCastException using elasticsearch

Hello, I am using the Apache CXF 2.5.0. Whenever I try to create the service, I get a ClassCastException: CatalogueService catalogueService = null;…
asked January 16, 2012 8:16 am AZOT
du-it
0
votes
1 answer
24 views

How to create table with multiple field dynamically in PHP

$dbhost = 'localhost'; $dbuser = 'root'; $dbpass = ''; $conn = mysql_connect($dbhost, $dbuser, $dbpass); if(! $conn ) { die('Could not connect: ' .…
asked June 21, 2011 12:48 pm CDT
edrian
0
votes
1 answer
31 views

MySQL stored function problem

I'm creating a stored function like this CREATE FUNCTION getVendorID(IN venname VARCHAR(255)) RETURNS INT BEGIN DECLARE a INT; SELECT vendorid FROM…
asked June 15, 2011 5:19 pm CDT
dzd
0
votes
0 answers
36 views

Why can't I create new signed certificates on a Smoothwall CF2008?

I am trying to create new signed certificates on a Corporate Firewall 2008 Smoothwall machine and I am getting an error that says Error - Unable to…
asked May 27, 2011 5:50 pm CDT
milkmood
0
votes
3 answers
22 views

MySQL: What's wrong with this CREATE PROCEDURE statement?

DROP PROCEDURE IF EXISTS CreateTopic; CREATE PROCEDURE CreateTopic ( i_forum_id INT, i_user_id INT, i_title VARCHAR(255), i_language VARCHAR(50),…
asked May 18, 2011 1:44 pm CDT
Dark Slipstream
0
votes
3 answers
38 views

Create table - Mysql

I'm looking for a little help with this table. First: The table isn't being accepted by mysql. I'm getting a 150 error, which doesn't tell me much.…
asked May 16, 2011 9:43 pm CDT
Logan Klenner
0
votes
1 answers
27 views

Convert function Postgresql to Sqlite

Hi I have a problem between a database in PostgreSQL and SQLite. I need to work (single user) I had to create the database in SQLite, and luckily I…
asked May 7, 2011 12:23 pm CDT
Luca
0
votes
1 answers
46 views

Creating a directory on remote FTP using powershell

I"m able to put a file up to a remote FTP with a modified version of... $File = "D:\Dev\somefilename.zip" $ftp =…
asked April 20, 2011 11:01 pm CDT
ryan
0
votes
3 answers
35 views

Create table mysql

Hello all, I'am new to mysql and i want to know what KEY (not primary key) means in the query below : CREATE TABLE `users` ( `id` int(11) NOT NULL…
asked April 15, 2011 3:12 am CDT
Bobj-C
0
votes
2 answers
30 views

Creating a table from a query in MySQL/PHP

I'm not sure this is possible, but the code I tried using first is: mysql_query ("CREATE TABLE My_table as ( SELECT * FROM CPE LEFT JOIN…
asked April 12, 2011 11:26 am CDT
Soop
1
vote
1 answer
25 views

MYSQL problem Error # 1005

Hi there, i create a database for e-commerce i have one thing doing it wrong and i don't know why .. apparently one of my table (succursaleProduit)…
asked April 7, 2011 10:27 pm CDT
ThorBoy
0
votes
2 answers
34 views

What is the correct syntax for a set command within a mySQL user defined function?

I'm receiving the following error when trying to create a function in mySQL 5.1: Error Code : 1064 You have an error in your SQL syntax; check the…
asked April 5, 2011 8:35 am CDT
James P.
0
votes
2 answers
41 views

Creating mysql database for Drupal

Hello, I'm trying to create Mysql database for Drupal according to these instructions " First, you must create a new database for your Drupal site…
asked March 18, 2011 5:04 am CDT
xralf
0
votes
1 answer
46 views

If I'm creating a date/datetime in a column in Sqlite, do I set it to anything other than 'Text' ?

Just getting into SQLite and I understand it does not use datatypes the same way as other languages. I'm building a database and it has to store…
asked February 20, 2011 9:57 pm CST
Damon
0
votes
1 answers
54 views

Alternative for CREATE VIRTUAL TABLE IF NOT EXISTS

According to CREATE VIRTUAL TABLE syntax , IF NOT EXISTS clause is not available . How should I handle the case when the virtual table already…
asked February 15, 2011 9:05 pm CST
afriza
0
votes
1 answer
75 views

MySQL table create taking way too long

Hi, I have a PHP script that creates 70 empty tables. However, it's taking nearly 30+ seconds to create them. What is causing it to take this long?…
asked February 11, 2011 12:06 pm CST
Spencer
0
votes
2 answers
57 views

Is there a mysql equivalent of show create table in postgres???

Hi, is there a mysql equivalent of SHOW CREATE TABLE in postgres? Is this possible? If not what is the next best solution? I need the statement…
asked February 6, 2011 3:49 pm CST
vlebar
2
votes
5 answers
41 views

What is wrong with this sql statement

What is wrong with this statement? CREATE TABLE `CSV_DB`.`bavaria_test` ( `Schule`, `Stasse`, `Ort`, `Tel`, `Schulgliederung`, `Integrationsklasse`,…
asked February 3, 2011 6:38 pm CST
zero
0
votes
2 answers
56 views

Postgresql - CREATE TABLE SYNTAX ERROR USING LIKE -

Hi all, i'm trying to create a temp table from a parent table: This is the code that i execute with pgAdmin III ( or by JDBC in Java ): CREATE TEMP…
asked February 2, 2011 6:43 am CST
jzafrilla
2
votes
1 answer
68 views

Create MySQL view using distinct values as columns

I have searched a while and can't find an answer to my problem. I have a table that looks like this: date name status 2011-01-01 m1 online…
asked January 30, 2011 3:27 am CST
kelly
Pages : 1 | 2 >
23

create

Tagged: create
Related Tags
mysql × 14
table × 7
sqlite × 5
function × 3
php × 3
database × 3
error × 2
postgresql × 2
sql × 1
user × 1
view × 1
todos × 1
like × 1
values × 1
datatypes × 1
join × 1
factory × 1
c × 1
syntax × 1
distinct × 1
firewall × 1
postgres × 1
virtual × 1
ftp × 1
directory × 1