Click here to Skip to main content
16,015,177 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralUnwanted text in a windows event log description Pin
Ray Cassick30-Apr-04 14:33
Ray Cassick30-Apr-04 14:33 
Questionbackward format a date? Pin
hounetdev30-Apr-04 7:23
hounetdev30-Apr-04 7:23 
AnswerRe: backward format a date? Pin
Dave Kreskowiak30-Apr-04 8:34
mveDave Kreskowiak30-Apr-04 8:34 
Generalregister .dll mutiple time Pin
skoizumi2911030-Apr-04 6:47
sussskoizumi2911030-Apr-04 6:47 
GeneralRe: register .dll mutiple time Pin
Dave Kreskowiak30-Apr-04 8:33
mveDave Kreskowiak30-Apr-04 8:33 
GeneralRe: register .dll mutiple time Pin
vancouver7777-May-04 14:29
vancouver7777-May-04 14:29 
Generalfastest way to copy a table to a new table Pin
hounetdev30-Apr-04 5:26
hounetdev30-Apr-04 5:26 
GeneralRe: fastest way to copy a table to a new table Pin
Dave Kreskowiak30-Apr-04 8:29
mveDave Kreskowiak30-Apr-04 8:29 
ACCESS?? 400,000 records in ACCESS??

Uhhh... Access is a desktop database. It was not designed for this kind of volume. Your not going to be able to speed this up very much at all since it works entirely in files. SQL Server is MUCH better at handling this kind of volume. If you really want to speed this up, migrate the database to SQL Server or even the MSDE first. In Access 2003, use the Upsizing Wizard...

And why would you copy all the records for a month into a new table? If you are looking to speed up future queries on that new table, the time your save then is only going to be eaten up by copying everything to a new table first. So in the end, your not really saving that much time...



RageInTheMachine9532
GeneralRe: fastest way to copy a table to a new table Pin
Randy S30-Apr-04 17:22
Randy S30-Apr-04 17:22 
Generalreplacing color of an image pixel by pixel Pin
Member 41696030-Apr-04 4:37
Member 41696030-Apr-04 4:37 
GeneralRe: replacing color of an image pixel by pixel Pin
Terry O'Nolley30-Apr-04 18:02
Terry O'Nolley30-Apr-04 18:02 
QuestionLoad data from a datgrid into SQL Server table? Pin
Anonymous30-Apr-04 3:03
Anonymous30-Apr-04 3:03 
Generaldisconnected programming environments Pin
Member 104068830-Apr-04 1:26
Member 104068830-Apr-04 1:26 
GeneralRe: disconnected programming environments Pin
Dave Kreskowiak30-Apr-04 2:59
mveDave Kreskowiak30-Apr-04 2:59 
GeneralRe: disconnected programming environments Pin
Member 10406882-May-04 20:14
Member 10406882-May-04 20:14 
GeneralC++ dll calling from Vb Pin
Shenthil29-Apr-04 19:51
Shenthil29-Apr-04 19:51 
GeneralRe: C++ dll calling from Vb Pin
Hesham Amin29-Apr-04 22:28
Hesham Amin29-Apr-04 22:28 
GeneralRe: C++ dll calling from Vb Pin
f6430-Apr-04 13:23
f6430-Apr-04 13:23 
GeneralRe: C++ dll calling from Vb Pin
Shenthil3-May-04 19:07
Shenthil3-May-04 19:07 
GeneralRe: C++ dll calling from Vb Pin
Shenthil3-May-04 23:01
Shenthil3-May-04 23:01 
GeneralRe: C++ dll calling from Vb Pin
f644-May-04 5:46
f644-May-04 5:46 
GeneralSending Textbox Entry to the Printer Pin
alex120529-Apr-04 17:29
alex120529-Apr-04 17:29 
GeneralRe: Sending Textbox Entry to the Printer Pin
Dave Kreskowiak30-Apr-04 3:09
mveDave Kreskowiak30-Apr-04 3:09 
GeneralRe: Sending Textbox Entry to the Printer Pin
alex12052-May-04 14:54
alex12052-May-04 14:54 
GeneralParsing XML with VBScript Pin
lnong29-Apr-04 12:03
lnong29-Apr-04 12:03 

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.