This topic is locked

Data Type

11/4/2010 9:47:35 AM
ASPRunnerPro General questions
A
admin author

Hi Guys,
What are the SQL server data types supported by ASP runner Pro.
And which is best suited data type in MS Sql server to use in ASP Runner pro to store long document text without loosing text formatting.
Thanks & Regards

Sami

Sergey Kornilov admin 11/4/2010

Sami,
ASPRunnerPro supports all SQL Server datatypes.
I recommend to watch 'How to display images and upload documents to the database' tutorial at http://xlinesoft.com/asprunnerpro/tutorial.htm that explains different approaches to store documents in the database.

A
admin author 11/5/2010

Thankyou very much, I checked the tutorial and understood.
But can we store images or documents to MS SQL Database directly.
Sami

Sergey Kornilov admin 11/5/2010

Sami,
sure you can. Use IMAGE or VARBINARY fields for this purpose.