Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Insert binary data with sql statement

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-01-09 : 11:20:21
Wolfgang writes "Is it possible to insert binary data only with a sql statement and not to use C API ?
e.g.
insert into User(UserName, Password) values( 'John', %(/%/=? )
where %(/%/=? is binary data."
   

- Advertisement -