&
Best unofficial Apache Server developers community
Username
Remember me?
Password
Forgot password?
Create an account
List archives
Videos
Answers
Questions
Unanswered
Tags
Ask Question
import
1
vote
0
answers
38
views
How would I go about by creating a parser which has the ability to import txt into mysql
http://pastebin.com/raw.php?i=7NTGXU5R I have about a hundred of those listened in the same file I tried working on a php solution, but I wasn't…
php
mysql
import
textfile
asked
June 25, 2011 2:40 am CDT
tom
1
vote
2
answers
50
views
Inserting large amount of data into android sqlite database?
I have a large amount of data i want to import into one sqlite database. 4column and 150 rows. Currently the data is in a excel spreadsheet. How can…
android
database
excel
sqlite
import
asked
June 24, 2011 4:07 am CDT
Beginner
0
votes
2
answers
36
views
How to create an SQLite database in Android by importing from an SQL file?
I have a big text file containing SQL CREATE TABLE and INSERT statements. How do I import this file in the SQLiteOpenHelper onCreate method? Or, is…
android
sqlite
import
asked
June 21, 2011 6:59 pm CDT
Radu
0
votes
0
answers
27
views
Import/export sqlite database in flex/air app
I'm working on a desktop application that I built using Flex/Air. All the applications data is stored locally. I'm looking to add the ability to…
flex
sqlite
import
adobe-air
export
asked
June 21, 2011 12:22 pm CDT
Adam
1
vote
1
answers
42
views
How to Update MySQL Database with CSV(flat-file) and validate data before insertion.
I have about 40K records that I need to update into my php/mysql application on a daily basis. What is the recommended best approach? I did some…
php
mysql
validation
import
flat-file
asked
June 16, 2011 1:51 pm CDT
user204245
1
vote
1
answer
31
views
Import large MySQL .sql file on Windows with Force
I would like to import a 350MB MySQL .sql file on a Windows 7 machine. I usually do this by using mysql -uuser -p -e "source c:/path/to/file.sql"…
mysql
sql
windows
powershell
import
asked
June 15, 2011 5:28 pm CDT
weberwithoneb
-1
votes
2
answers
34
views
Import databse schema
I am having a mysqldump file which contains schema as well as data dump. I need to import only database schema from my sqldump. I tried with…
mysql
import
schema
asked
June 15, 2011 5:00 am CDT
srahul07
1
vote
4
answers
32
views
How do I speed up the import of data from a CSV file into a SQLite table (in Windows)?
When I was searching for a tool to create and update SQlite databases for use in an Android application I was recommended to use SQLite Database…
sqlite
csv
import
asked
June 12, 2011 3:24 pm CDT
prepbgg
0
votes
3
answers
36
views
Import csv files on postgress numeric types
i need import a file to my postgres database and get this error : invalid input syntax for integer in fabrica, "1"; SQL state: 22P02 my command is :…
postgresql
csv
import
asked
June 11, 2011 12:14 pm CDT
DiogoSSH
0
votes
2
answers
28
views
Moving Wordpress To New Host - Importing Database Error #1062
I am moving a wordpress website to a new domain & hosting and I am having problems with this. I have backed up the whole site, imported it via…
mysql
database
wordpress
import
asked
June 9, 2011 11:01 am CDT
hugh18
0
votes
1
answers
22
views
How to have a whole, refreshable MySQL database inside Excel
I have a MySQL database and have a lot of users that want to use Excel to process this data. I know how to do two things that I don't want : I know…
microsoft-excel
mysql
import
odbc
asked
June 7, 2011 2:08 pm CDT
duality_
0
votes
1
answers
33
views
Is there a way for double inverted commas to override a separator using sqlite
This is my sqlite code: create table A(A1 text, A2 text); .separator "," import outData.csv A I get an error statement as so: outData.csv Line 4:…
sqlite
import
sqlite3
separator
asked
June 7, 2011 10:00 am CDT
rookie
0
votes
3
answers
39
views
FasterCSV tutorial to import data to database?
Is anyone aware of any tutorials that demonstrate how to import data in a Ruby app with FasterCSV and saving it to a SQLite or MySQL database? Here…
mysql
ruby
sqlite
import
fastercsv
asked
June 4, 2011 1:15 pm CDT
Jim Connors
0
votes
0
answers
32
views
Import db with mysql ,missing one column
I am trying to import some data into mysql using phpmyadmin .Data file is in text format , ';'separated and each row also terminated by ; and new…
mysql
import
column
missing
asked
June 3, 2011 6:57 am CDT
misha
0
votes
1
answers
29
views
Connection during MySQL import
What happens to a long lasting query executed from commandline via SSH if the connection to MySQL or SSH is lost? Context: We have 2 servers with a…
mysql
import
ssh
connection
asked
June 1, 2011 12:17 pm CDT
Steve Ford
0
votes
1
answer
38
views
How to correctly import from apache commons in Java
First of all, forgive my poor programming skills. I recently downloaded commons math 2.2, which came with 3 .jar files: commons-math-2.2-javadoc.jar…
java
apache
math
import
commons
asked
May 30, 2011 11:32 am CDT
Ben Gorman
0
votes
1
answer
34
views
Invalid field count in CSV input on line 1.
I am trying to export an ODS file to CSV, but when I import into phpmyadmin - I get "Invalid field count in CSV input on line 1." File (it has more…
mysql
csv
import
phpmyadmin
load-data-infile
asked
May 29, 2011 1:25 pm CDT
user455318
0
votes
2
answers
34
views
How do you use MySQL's source command to import large files in windows
I have a large (~150mb) sql file that I am trying to import. It is too large to do it through PHPMyAdmin even splitting it into many pieces and it…
mysql
import
xampp
asked
May 28, 2011 1:41 pm CDT
DanLeaningphp
0
votes
1
answers
36
views
MySQL csv import incremental slowdown (alternatives?)
I have the following table: CREATE TABLE `Product_Category_Rank` ( `CategoryId` SMALLINT(5) UNSIGNED NOT NULL , `ProductId` VARCHAR(32) NOT NULL ,…
mysql
csv
import
slowdown
asked
May 26, 2011 2:52 pm CDT
Aaron Murray
-3
votes
0
answers
42
views
How can I get the MusicBrainz database up and running in phpmyadmin?
How can I get the MusicBrainz database up and running in phpmyadmin? I'm using Windows and looking for a step by step guidance. I'm not looking for…
mysql
postgresql
import
phpmyadmin
musicbrainz
asked
May 24, 2011 10:04 am CDT
Elena
Pages
:
1
|
2
|
3
|
4
|
5
>
90
import
Tagged:
import
Related Tags
mysql
× 61
csv
× 19
sqlite
× 13
export
× 10
php
× 10
database
× 10
postgresql
× 7
load-data-infile
× 5
phpmyadmin
× 5
sql
× 4
xml
× 4
java
× 4
excel
× 4
android
× 4
mongodb
× 3
error
× 3
data
× 3
iphone
× 3
regex
× 3
mysqldump
× 3
centos
× 2
apache
× 2
ruby-on-rails
× 2
wordpress
× 2
missing
× 2
xampp
× 2
core-data
× 2
file
× 2
adobe-air
× 2
English
Russian
Copyright 2007 - 2012
Best unofficial Apache Server developers community
Privacy policy