Click here to Skip to main content
15,890,336 members
Home / Discussions / Database
   

Database

 
GeneralRe: Join On Null?? Pin
tadhg885-Jan-06 4:42
tadhg885-Jan-06 4:42 
QuestionMSDE 2000 upgrade to SQL Server 2005 Developer Pin
Kevin McFarlane5-Jan-06 2:34
Kevin McFarlane5-Jan-06 2:34 
QuestionProblem with connection pooling Pin
nguyenvhn4-Jan-06 15:51
nguyenvhn4-Jan-06 15:51 
AnswerRe: Problem with connection pooling Pin
S. Akif Kamal4-Jan-06 18:21
S. Akif Kamal4-Jan-06 18:21 
GeneralRe: Problem with connection pooling Pin
nguyenvhn5-Jan-06 16:09
nguyenvhn5-Jan-06 16:09 
Questionkindly help me vb codes.. Pin
Estong Odpaga4-Jan-06 13:11
Estong Odpaga4-Jan-06 13:11 
AnswerRe: kindly help me vb codes.. Pin
ramani.r5-Jan-06 1:31
ramani.r5-Jan-06 1:31 
QuestionConnect to a CSV file Pin
gharry4-Jan-06 10:58
gharry4-Jan-06 10:58 
I use this code to setup a connection to a CSV file:

ConnectionString = "Provider=Microsoft.Jet.OleDb.4.0;Data Source=" & Server.MapPath("Sql\C_Registered_horses.csv") & ";Extended Prperties=""text;HDR=Yes;FMT=Delimited"""
Dim QuerySQL As String
QuerySQL = "SELECT * FROM C_Registered_horses.csv"
Dim objConn As New OleDbConnection(ConnectionString)
Dim objCmd As OleDbCommand

objCmd = New OleDbCommand
objCmd.CommandText = QuerySQL
objCmd.Connection = objConn

But when i execute the objConn.Open() i get the error:

System.Data.OleDb.OleDbException: Could not find installable ISAM

Any idea's
AnswerRe: Connect to a CSV file Pin
S Douglas4-Jan-06 19:32
professionalS Douglas4-Jan-06 19:32 
GeneralRe: Connect to a CSV file Pin
gharry4-Jan-06 23:01
gharry4-Jan-06 23:01 
GeneralRe: Connect to a CSV file Pin
S Douglas4-Jan-06 23:49
professionalS Douglas4-Jan-06 23:49 
GeneralRe: Connect to a CSV file Pin
gharry4-Jan-06 23:59
gharry4-Jan-06 23:59 
GeneralRe: Connect to a CSV file Pin
S Douglas5-Jan-06 0:02
professionalS Douglas5-Jan-06 0:02 
GeneralRe: Connect to a CSV file Pin
gharry5-Jan-06 0:09
gharry5-Jan-06 0:09 
GeneralRe: Connect to a CSV file Pin
S Douglas5-Jan-06 0:26
professionalS Douglas5-Jan-06 0:26 
Questionparameter passing Pin
ashee20004-Jan-06 7:02
ashee20004-Jan-06 7:02 
AnswerRe: parameter passing Pin
Colin Angus Mackay4-Jan-06 7:17
Colin Angus Mackay4-Jan-06 7:17 
QuestionImport Problem with BulkCopy Pin
GoodQuestion4-Jan-06 4:52
GoodQuestion4-Jan-06 4:52 
QuestionData Source Change Notifications Pin
ProffK4-Jan-06 2:58
ProffK4-Jan-06 2:58 
AnswerRe: Data Source Change Notifications Pin
Michael Potter4-Jan-06 3:29
Michael Potter4-Jan-06 3:29 
GeneralRe: Data Source Change Notifications Pin
ProffK4-Jan-06 3:34
ProffK4-Jan-06 3:34 
QuestionSqlServer Stored Procedure Pin
Suresh Kumar Udatha4-Jan-06 1:20
Suresh Kumar Udatha4-Jan-06 1:20 
AnswerRe: SqlServer Stored Procedure Pin
ToddHileHoffer4-Jan-06 3:21
ToddHileHoffer4-Jan-06 3:21 
AnswerRe: SqlServer Stored Procedure Pin
S. Akif Kamal4-Jan-06 19:01
S. Akif Kamal4-Jan-06 19:01 
QuestionError on attaching database Pin
Tiger4563-Jan-06 21:58
Tiger4563-Jan-06 21:58 

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.