Top "Oledbcommand" questions

Represents an SQL statement or stored procedure to execute against a data source using OLE DB provider.

SSIS return value of Stored Procedure within an OLE DB Command

I am migrating data that has to be inserted using stored procedures which already exist. The stored procedures have parameters …

sql-server stored-procedures ssis oledbcommand
Why does a LIKE query in Access not return any records?

Is there any reason why SELECT * FROM MyTable WHERE [_Items] LIKE '*SPI*' does not return any records with …

sql ms-access oledbcommand
How to use SQL user defined functions in .NET?

I created a scalar function in the DB SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO ALTER FUNCTION […

.net sql user-defined-functions oledbcommand
Inserting MS Access Row Into Database using vb.net

So im trying to add fields to a database. It is .mdb database, microsoft access. The Name of the table …

sql database vb.net oledbcommand
insert into access database

i have trouble inserting data from textbox into ms access database, I get an error "Syntax error in INSERT INTO." …

c# sql oledbcommand
Update a row in oracle using OLEDB command(SSIS)

I am trying to update some rows in an oracle Database, using an OLEDB Command but whenever i try specifying …

oracle oledbcommand
Quirky SELECT from Excel file via OleDbDataAdapter method (C#)

I have got an Excel file in this form : Column 1 Column 2 Column 3 data1 data2 data1 data2 data1 data2 data1 data2 …

c# excel null oledbcommand oledbdataadapter
Updating Excel Sheet Using OleDb

I am trying to update a single cell of an Excel sheet. Note, in my example code below I am …

c# excel oledb oledbcommand
How do I structure an OleDbCommand Query so that I can take Tables from one .MDB, and replace them in another .MDB

I am trying to take tables from one Access Database File, add them to another Access Database file with the …

c# sql datatable dataset oledbcommand
SSIS - Updating a table with a OLE DB Command

I need to translate the next SQL Query in SSIS: (Each table belong to a different source - SQL Server &…

ssis sql-update oledbcommand