Click here to Skip to main content
15,914,163 members
Home / Discussions / C#
   

C#

 
GeneralMultiselect in a listview Pin
StephenMcAllister18-Jan-05 20:02
StephenMcAllister18-Jan-05 20:02 
GeneralRe: Multiselect in a listview Pin
mav.northwind19-Jan-05 0:41
mav.northwind19-Jan-05 0:41 
GeneralRe: Multiselect in a listview Pin
Robert Rohde19-Jan-05 0:46
Robert Rohde19-Jan-05 0:46 
GeneralRe: Multiselect in a listview Pin
mav.northwind19-Jan-05 0:57
mav.northwind19-Jan-05 0:57 
GeneralAccessing web control library properties Pin
Member 37818918-Jan-05 18:06
Member 37818918-Jan-05 18:06 
GeneralSockets Pin
Tyrus18218-Jan-05 16:18
Tyrus18218-Jan-05 16:18 
Generalproblem with database Pin
Newbie_Toy18-Jan-05 15:41
Newbie_Toy18-Jan-05 15:41 
GeneralRe: problem with database Pin
Dave Kreskowiak19-Jan-05 4:18
mveDave Kreskowiak19-Jan-05 4:18 
First, don't use Access.

Second, no matter what, this is going to take a while. Access is file based meant as a small desktop database, not the monster your about to make it with that kind of an import.

Access/Jet doesn't have a bulk import ability like SQL Server does, at least programatically. Depending on the source of the data, you can import delimitted text files, but only in Access. Access parses up each line and INSERT's the data one line at a time. Your app will have to do the same thing, call an SQL INSERT statement for each and every record that your going to put into the database.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralHashing a password for storing in a database Pin
Luis Alonso Ramos18-Jan-05 13:11
Luis Alonso Ramos18-Jan-05 13:11 
GeneralRe: Hashing a password for storing in a database Pin
Colin Angus Mackay18-Jan-05 13:39
Colin Angus Mackay18-Jan-05 13:39 
GeneralRe: Hashing a password for storing in a database Pin
Dennis C. Dietrich18-Jan-05 14:37
Dennis C. Dietrich18-Jan-05 14:37 
GeneralRe: Hashing a password for storing in a database - Addendum Pin
Colin Angus Mackay18-Jan-05 13:44
Colin Angus Mackay18-Jan-05 13:44 
GeneralRe: Hashing a password for storing in a database - Addendum Pin
Luis Alonso Ramos18-Jan-05 14:05
Luis Alonso Ramos18-Jan-05 14:05 
Questionhow to encrypt my database file Pin
m.rastgar18-Jan-05 10:14
m.rastgar18-Jan-05 10:14 
Generalcreating setup with .net setup project Pin
m.rastgar18-Jan-05 9:58
m.rastgar18-Jan-05 9:58 
GeneralRe: creating setup with .net setup project Pin
spif200118-Jan-05 20:47
spif200118-Jan-05 20:47 
GeneralCD Ripping Pin
kinetix6318-Jan-05 9:42
kinetix6318-Jan-05 9:42 
GeneralLocation of Richtextbox carot.. Pin
Finn Grimwood18-Jan-05 9:10
Finn Grimwood18-Jan-05 9:10 
GeneralC# Web Services without VS Pin
Michael Potter18-Jan-05 9:01
Michael Potter18-Jan-05 9:01 
GeneralRe: C# Web Services without VS Pin
leppie19-Jan-05 0:35
leppie19-Jan-05 0:35 
GeneralRe: C# Web Services without VS Pin
Michael Potter19-Jan-05 3:46
Michael Potter19-Jan-05 3:46 
Generalcom+ transaction Pin
webhay18-Jan-05 8:15
webhay18-Jan-05 8:15 
GeneralEmail question for C# Pin
new_phoenix18-Jan-05 6:59
new_phoenix18-Jan-05 6:59 
GeneralRe: Email question for C# Pin
Heath Stewart18-Jan-05 7:30
protectorHeath Stewart18-Jan-05 7:30 
GeneralRe: Email question for C# Pin
new_phoenix18-Jan-05 8:02
new_phoenix18-Jan-05 8:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.