Thanks for answering, Oleg. But:
Start Date: Month([inizio]) & "/" & Day([inizio]) & "/" & Year([inizio])
should be 10 characters long at maximum, yet is rendered as a BLOB object.
Search found 2 matches
- Thu Dec 14, 2017 4:17 pm
- Forum: General Discussion
- Topic: Getting "blob field" from an access query
- Replies: 2
- Views: 7915
- Tue Dec 12, 2017 10:46 pm
- Forum: General Discussion
- Topic: Getting "blob field" from an access query
- Replies: 2
- Views: 7915
Getting "blob field" from an access query
I am connecting by means of this string: Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\Dropbox\Gestione\dummy.accdb;Persist Security Info=False The SQL command is a select * from an already existing access query. Then I use a dataset loop, assigning the field names and values to variables. When w...