python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Reusing OLEDB parameters
How do we create a named parameter in OLEDB? I have a complex query and using ? as parameter does not serve my purpose since I will be reusing the parameter in the union statement of the query. How ca...

Shabareesh k r
Votes: 0
Answers: 0
VB.NET - Format of the initialization string does not conform to specification starting at index 34
Dim path As String = xlPath
Dim conString = String.Format("Provider=Microsoft.ACE.OLEDB.12.0;Data Source='" + path + "';Extended Properties='Excel 8.0;HDR=No;IMEX=1;TypeGuessRow...
HanSol23
Votes: 0
Answers: 0
LINQPad "native" connection to local Windows Search/oledb database
I'm trying to use LINQPad to connect to my local Windows Search index. I'm able to connect manually using code as described here: https://forum.linqpad.net/discussion/2060/connection-to-windows-search...

UnionP
Votes: 0
Answers: 1
SSIS Derived column throw's error for Decimal(17,2) datatype
Using ODBC Source to read data from Hadoop and insert them in OLE DB destination. Performing conversion operations on various columns using derived column on various column. I have Column "POPric...
user6787720
Votes: 0
Answers: 0