Rotate text and Image from DataSource MSSQL 2008 filestream
Rotate text and Image from DataSource MSSQL 2008 filestream
1) Rotate text doesn't work
2) Image doesn't load from DataSource MSSQL 2008 (type column - varbinary(max), filestream)
Error 2032 - error connection, but in other case connections success.
Error 1085 - error 8)
I used mssql, FreeTDS and sqlsrv drivers. My project use sqlsrv driver.
Please help.
2) Image doesn't load from DataSource MSSQL 2008 (type column - varbinary(max), filestream)
Error 2032 - error connection, but in other case connections success.
Error 1085 - error 8)
I used mssql, FreeTDS and sqlsrv drivers. My project use sqlsrv driver.
Please help.
Rotate text and Image from DataSource MSSQL 2008 filestream
Hello,
1. Yes, this is a known problem, it is added to our to-do list.
2. We improved the MSSQL adapter, please see the attached archive.
Thank you.
1. Yes, this is a known problem, it is added to our to-do list.
2. We improved the MSSQL adapter, please see the attached archive.
Thank you.
- Attachments
-
- 1767.database_mssql.zip
- (1.43 KiB) Downloaded 284 times
Rotate text and Image from DataSource MSSQL 2008 filestream
1) When expected to solve this problem?
2) MSSQL driver OK, but SQLSRV driver doesn't OK.
3)Can you please tell whether you can resize the image to the size of the area created?
Now I decide to buy your program, or I'll use the PDF without the bugs. Help me choose;)
2) MSSQL driver OK, but SQLSRV driver doesn't OK.
3)Can you please tell whether you can resize the image to the size of the area created?
Now I decide to buy your program, or I'll use the PDF without the bugs. Help me choose;)
Rotate text and Image from DataSource MSSQL 2008 filestream
Hello,
1. This is a difficult problem, a quick fix will not happen. Maybe in a few months.
2. Well, we'll check work with SQLSRV driver.
3. You can use the Stretch and Aspect Ratio properties of the Image component.
Thank you.
1. This is a difficult problem, a quick fix will not happen. Maybe in a few months.
2. Well, we'll check work with SQLSRV driver.
3. You can use the Stretch and Aspect Ratio properties of the Image component.
Thank you.
Rotate text and Image from DataSource MSSQL 2008 filestream
1) Bad 8 (
2) When you check, write in this topic, please.
3) If I use Stretch and Aspect Ratio properties of the Image component: an image from the database with the dimensions 50x50 does not appear fully in the component 40x40. Most places do not have to do this. A picture in the database can not be changed.
2) When you check, write in this topic, please.
3) If I use Stretch and Aspect Ratio properties of the Image component: an image from the database with the dimensions 50x50 does not appear fully in the component 40x40. Most places do not have to do this. A picture in the database can not be changed.
Rotate text and Image from DataSource MSSQL 2008 filestream
Hello,
We could not reproduce the error with the images. Please send us a fragment of a database for testing.
Thank you.
We could not reproduce the error with the images. Please send us a fragment of a database for testing.
Thank you.
Rotate text and Image from DataSource MSSQL 2008 filestream
extension=php_sqlsrv_53_ts_vc9.dll/*Вложенные документы*/
CREATE TABLE Docs(
GUID UNIQUEIDENTIFIER ROWGUIDCOL PRIMARY KEY DEFAULT NEWID(),
ID INT identity UNIQUE, /*для быстрого поиска внутри таблицы (и для использования в служебных целях при отладке)*/
filename NVARCHAR(100) NOT NULL,/*название документа*/
filesize INT NOT NULL,/*размер*/
LargeFile varbinary(max) FILESTREAM NOT NULL/*документ*/
) FILESTREAM_ON FileGroup;
MSSQL 2008
2) Sorry. The image doesn't loaded from the database.
Have errors with extension=php_sqlsrv_53_ts_vc9.dll driver:
Error 2032 - error connection, but in other case connections success.
Error 1085 - error
The response was written in a longer base64 string, after "LoadData".
Rotate text and Image from DataSource MSSQL 2008 filestream
Hello,
Please send us a backup file of your database fragment to support[at]stimulsoft.com for more detailed testing. Also, please include the product name and a link to this topic in the letter.
Thank you.
Please send us a backup file of your database fragment to support[at]stimulsoft.com for more detailed testing. Also, please include the product name and a link to this topic in the letter.
Thank you.