Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8626177
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T07:57:45+00:00 2026-06-12T07:57:45+00:00

We have legacy data which is stored in MSSQL database as varchar, even though

  • 0

We have legacy data which is stored in MSSQL database as varchar, even though the data is really binary.
In new application we’re using OleDbCommand (because we are trying to use common code to access MSSQL+Oracle+Sybase) databases.

I am able to retrieve data from database by performing:

    DA.SelectCommand.CommandText = "select 
sequence_num, summary_num, line_num, CONVERT(varbinary, other_information) other_information 
from alex_test_bin";

However the insert command:

   DA.InsertCommand.CommandText = "insert into alex2_test_bin 
(sequence_num, summary_num, line_num, other_information) 
values(?, ?, ?, CONVERT(varchar, ?))";

throws this error (it happens during ‘DA.Update(DT);’):

No value given for one or more required parameters.

Currently I’m just trying to read data from alex_test_bin and insert the data into alex2_test_bin. In between reading and writing, I’m using method ‘SetAdded()’ on each row from DT, so that all of those rows get inserted.

Is my insert statement wrong? Is there a way to correct it, and be able to use functions inside insert statement? I successfully ran the insert statement manually from sql manager.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T07:57:46+00:00Added an answer on June 12, 2026 at 7:57 am

    Without seeing your full code, it appears that you simply aren’t adding the parameters to the DA.InsertCommand.

    For each parameter denoted with a ?, you’ll need to append an OleDbParameter:

    DA.InsertCommand.Parameters.Parameters.Add("@sequence_num", OleDbType.Integer).Value = 42
    

    You need to append these to the command in the same order that they are specified in the insert into statement.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a legacy database in which data is stored in a way similar
I am writing an application which works with a legacy database (brownfield). I have
I have two data sources: a legacy one (web service) and a database one.
I have some data (produced by a legacy application) that I know is invalid
Scenario: old legacy code in rpg have to consume data from a new web
I have a legacy MFC C++ application for Win CE 4.2 (x86 ONLY) which
I have one legacy web application based on struts2 (primarily using annotation). While debugging
We have an old legacy PHP application. Now I want to write a new
Because of legacy data which is not available in the database but some external
I have a legacy .cfm (ColdFusion) page which used to process form data (from

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.