Hai Friends,
I have a situation here,
we are saving some files in database as image in a table
we are saving different file formats like pdf, execel, jpg formats objects in that column.
i want a provision in powerbuilder/datawindow that i want to display the file in its real format and...
Had u checked this command , because while i am using i am getting an error messgae like 'line1: column 12, incorrect syntax. '
as per my understanding the Modify command is using to change the data window attributes or properties.
Thanks for the replay..
I added a column 'file_name'
But when i use this cammand i am getting an error message like
line1: coolumn 12, incorrect syntax.
String
lS_ret = dw_1.modify("file_name='" + String('Jaibin') + "'" )
i am getting the data from some excel files , i am copying the data from the excel file (more than 100 excel files ) to a data window (Dw_1). (The data in the each file can vary columns will not change but the rows can go higher or lower)
I am reading each file to the data window Dw_1 and...
I cant update it into the table,, because i am running in a loop and i am getting collection of records from another datawindow. and before inserting the next collection i want to set a reference data to all the rows in the current collection to identify that from which collection it came, so...
I am having a data window with 100 rows, and the columns are C1, C2, C3.
I want to set 12345 to all the rows in the column C1
Like this
C1 C2 C3
Abc 12345 1
123 12345 2
qwer 12345 A
123 12345 B
qwdqw...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.