Click here to Skip to main content
16,005,316 members
Home / Discussions / Database
   

Database

 
GeneralPassing Column Names in Stored Procedures. Pin
Pradhip21-Jan-03 8:45
Pradhip21-Jan-03 8:45 
GeneralRe: Passing Column Names in Stored Procedures. Pin
SimonS21-Jan-03 21:25
SimonS21-Jan-03 21:25 
GeneralRe: Passing Column Names in Stored Procedures. Pin
Bernhard Hofmann31-Jan-03 1:42
Bernhard Hofmann31-Jan-03 1:42 
GeneralSQL 2000 Pin
Hesham Amin21-Jan-03 1:07
Hesham Amin21-Jan-03 1:07 
GeneralRe: SQL 2000 Pin
DominicG21-Jan-03 1:52
DominicG21-Jan-03 1:52 
GeneralRe: SQL 2000 Pin
Hesham Amin21-Jan-03 8:20
Hesham Amin21-Jan-03 8:20 
GeneralNavigating with DataBinding Pin
MattG20-Jan-03 10:10
MattG20-Jan-03 10:10 
GeneralProblems with ADO and r/w access to csv files Pin
Ralf Friedrich Hain19-Jan-03 7:20
Ralf Friedrich Hain19-Jan-03 7:20 
I am trying to createn an app in VB6.0 and Win98 to edit a simple csv (comma separated values)-file. The csv is not very big, so memory is no problem.

But I wanted to make life easy by using SQL-commands, so I decided to use ADOdc and MSHFlexGrid(e.g.)

I figured out some solutions, but noone works. If somebody could help me to get just one to work I would be glad.

(I thought using ADO woudl be RAD, but if I needed a long time to understand that db-Stuff. If I not succeed fastly, I will use a ListView and populate it "by hand" Frown | :( )


First Idea: (Without ADO)
MSData-Control and MSDBGrid. I can display the Data in the Grid. ok.
But when I try to edit the data I get:
"[Microsoft][ODBC Text Driver] ISAM doesn't support updating Data in a connected Tabel" (or sth like this, I translate from German)
1) How to solve this?
2) What (the hell) ist ISAM?

Second Idea: (With ADO)
ADOdc: Provider: MS OLE DB Provider for ODBC Drivers,
ADOdc: DataSource Name: Text-Files ...
ADOdc: Test connection: ok!
But also same message like above after editing:
"[Microsoft][ODBC Text Driver] ISAM doesn't support updating data in a connected Tabel" (or sth like this, I translate from German)
(MY FAVOURITE IDEA!!)
1) (Questions like above)

Another idea:
creating a db1.mdb (MS Access), creating a macro to import the my.csv, creating another macro to export it.
Idea: Start Import, then access the mdb by ADOdc-control, finally export.
1) How to get rid of fixed path in MS Access file-import?
2) The .mdb-File can be used without MS Access installed on the machine. Am I right?
3) How can I start MS-Access-macros from my VB app??

And another idea:
.udl | Provider "OLE DB for MS Directory Services" has worked with MSData Control, but just under W2K. In W98 the checkboxes for "Share Deny None" etc are greyed, and it doesn't work.
1) Whats MS Directory Services? (This "Active Directory??)
2) Does this work on WinNT? (its the SYS to run on) Are there some "Packets" to install "MS Directory Services" to get it to work?

My last idea:
Do some registy-manipulation (I havn't done yet and want to avoid this):
http://support.microsoft.com/default.aspx?scid=kb;de;245524



Friedrich
GeneralADOX MSAccess, Allow Zero Length Pin
Blade[DMS]17-Jan-03 2:16
Blade[DMS]17-Jan-03 2:16 
GeneralSQL optimization Pin
Shaun Wilde16-Jan-03 5:59
Shaun Wilde16-Jan-03 5:59 
GeneralRe: SQL optimization Pin
Daniel Turini16-Jan-03 6:35
Daniel Turini16-Jan-03 6:35 
GeneralRe: SQL optimization Pin
Shaun Wilde16-Jan-03 22:47
Shaun Wilde16-Jan-03 22:47 
GeneralSQL statement not returning results Pin
mcm15-Jan-03 5:26
mcm15-Jan-03 5:26 
GeneralRe: SQL statement not returning results Pin
SimonS15-Jan-03 21:49
SimonS15-Jan-03 21:49 
GeneralHuge DataTable & ComboBox Pin
jpeg15-Jan-03 5:25
jpeg15-Jan-03 5:25 
GeneralRe: Huge DataTable & ComboBox Pin
Hesham Amin15-Jan-03 11:24
Hesham Amin15-Jan-03 11:24 
GeneralRe: Huge DataTable & ComboBox Pin
jpeg15-Jan-03 21:36
jpeg15-Jan-03 21:36 
GeneralRe: Huge DataTable & ComboBox Pin
Hesham Amin16-Jan-03 9:04
Hesham Amin16-Jan-03 9:04 
GeneralRe: Huge DataTable & ComboBox Pin
jpeg16-Jan-03 20:53
jpeg16-Jan-03 20:53 
GeneralRe: Huge DataTable & ComboBox Pin
Hesham Amin16-Jan-03 22:14
Hesham Amin16-Jan-03 22:14 
GeneralRe: Huge DataTable & ComboBox Pin
SimonS15-Jan-03 21:59
SimonS15-Jan-03 21:59 
GeneralRe: Huge DataTable & ComboBox Pin
jpeg15-Jan-03 22:24
jpeg15-Jan-03 22:24 
GeneralRe: Huge DataTable & ComboBox Pin
SimonS15-Jan-03 23:49
SimonS15-Jan-03 23:49 
QuestionHow to use datetime fields in SQL server? Pin
Luca Leonardo Scorcia15-Jan-03 2:55
professionalLuca Leonardo Scorcia15-Jan-03 2:55 
AnswerRe: How to use datetime fields in SQL server? Pin
David Wulff15-Jan-03 4:50
David Wulff15-Jan-03 4:50 

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.