Quantcast
Channel: SCN: Message List - PowerBuilder Developer Center
Viewing all articles
Browse latest Browse all 7329

Re: How to handle rowversion (timestamp) datatype of Microsoft Sql Server in PB?

$
0
0

I think you need to preallocate blob space for the retrieval.  But before you go down that path, heed the other's advice.  The datawindow already supports what you are trying to do and you REALLY NEED a good reason to attempt to handle this using dynamic sql.   You will notice that PB has no built-in datatype (outside of the datawindow) to handle rowversion values.  This is a clue that it will be difficult to use.  If you must continue down this path, I suggest you simply cast it to bigint during retrieval and use bigint as the update procedure argument.  This is ugly and a kludge but it makes things easier in PB. 


Viewing all articles
Browse latest Browse all 7329

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>