hi all, how can i store the image file(.jpg,.gif,.bmp etc) to database. i am using SQl Server 2000. what will be the datatype of the field thank you all
A
Ajith P T
@Ajith P T
Posts
-
storing image to Database -
passing parameters to a report projecti think u r using crystal report,better you pass recordset to the report at runtime. At run time you can frame your SQL as you want and create the recordset and assign that record set to the report. that will be very flexible than using the parameters in report
-
Database connectivity on WEBi am using VB 6 as front-end and SQL Server 2000 as back-end, we have one web site that having database to store the daily activities of the marketing executives. i've to connect my VB6 forms to database which is in the net and generate the reports. im using ADO as database connectivity. How to connect my ADO connetion object to web database. what will be the connection string