StrataFrame Forum
Back
Login
Login
Home
»
StrataFrame Application Framework - V1
»
Business Objects and Data Access (How do I?)
»
To return from DataBase
To return from DataBase
Post Reply
Like
0
To return from DataBase
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
RSS Feed
Goto Topics Forum
Author
Message
Malcon M. Mikami
Malcon M. Mikami
posted 15 Years Ago
ANSWER
Topic Details
Share Topic
Group: Forum Members
Posts: 60,
Visits: 1.3K
How I can catch the value of a Binary field Date of the SQL Server 2k5? Table SFSAuditEvents I want to return the binary value for an object, stops later making the conversion for the correct type (adf_DataType).
1 1 us_FirstName 0 <Binary data> <Binary data>
2 1 us_MiddleName 0 <Binary data> <Binary data>
3 1 us_LastName 0 <Binary data> <Binary data>
NULL NULL NULL NULL NULL NULL
Reply
Like
0
Ivan George Borges
Ivan George Borges
posted 15 Years Ago
ANSWER
Post Details
Share Post
Group: StrataFrame MVPs
Posts: 1.9K,
Visits: 21K
This is what I am doing at the moment, but it only works because I know there is going to be only text in it. I know that this is going to be authomagicaly dealt in the near future.
Dim
enc
As
New
System.Text.ASCIIEncoding()
txtData.Text = enc.GetString(AuditEventsBO1.ae_Data)
Reply
Like
0
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Post Reply
Like
0
Similar Topics
Post Quoted Reply
Reading This Topic
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Explore
Messages
Mentions
Search