Ask a Question related to Microsoft SQL / MS SQL Server, Design and Development.
-
Jacco Schalkwijk #1
Re: Insert a file in a SQL field
You can store the file in a column with datatype image. This holds up to 2GB
of binary data.
--
Jacco Schalkwijk MCDBA, MCSD, MCSE
Database Administrator
Eurostop Ltd.
"James Duran" <noname@nowhere.com> wrote in message
news:0c3501c34141$cfb26300$a101280a@phx.gbl...> Hi,
> can I insert a XLS file in a database (to store an
> associated file to a register?
>
> How, if is it possible??
>
> Cheers,
> James
Jacco Schalkwijk Guest
-
problem with insert to memo field
I've moved a web site that I manage from a CF server 5 to CF MX. I didn't change anything in the database itself, the memo field are configured... -
Iterative Insert with Variable Field Name
Hello, Someone must have come across this already, I need help with this insert query I have. I have a form that has variables as such:... -
Insert TAB into calculated field
I'm trying to create a function with FM Pro 4.1 where a user can click a button on a screen causing a group of five fields to be copied into the... -
Insert Date into Memo Field
I wold like to be able to insert a date into a memo field. I have a form that sets the date and then copies it into the field into a bound control,... -
How to Insert documents to a BLOB field
Hi, I have an Access Front-End application and an Oracle Back-End for my tables. I have a BLOB field in one of the tables. I use Access form to... -
James Duran #2
Re: Insert a file in a SQL field
Thanks Jacco !
JamesThis holds up to 2GB>-----Original Message-----
>You can store the file in a column with datatype image.>of binary data.
>
>--
>Jacco Schalkwijk MCDBA, MCSD, MCSE
>Database Administrator
>Eurostop Ltd.
>
>
>"James Duran" <noname@nowhere.com> wrote in message
>news:0c3501c34141$cfb26300$a101280a@phx.gbl...>>> Hi,
>> can I insert a XLS file in a database (to store an
>> associated file to a register?
>>
>> How, if is it possible??
>>
>> Cheers,
>> James
>
>.
>James Duran Guest



Reply With Quote

