15,742,180 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View Javascript questions
View C++ questions
View Python questions
View Java questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by Eddy Sels (Top 6 by date)
Eddy Sels
18-Sep-15 3:41am
View
Well, you are not listening too. I know how to connect to Access and how to read records. The thing is that with ADO.NET you only get the filename of an attachment and not the actual data. I'm looking for a way to read the actual attachment data.
So if you can't help me its ok, but don't keep sending me information beside the point or information I already know.
Eddy Sels
17-Sep-15 16:27pm
View
You're clearly not a fan of DAO, but it is the only way to read attachments from within Access. I thought it would work from outside Acces too. Remember I'm coding in Infopath. I still don't know how to read an Access attachment from outside Access, be it ADO or ADO.net. I know how to connect to Access and read records. I don't know how to read attachments.
Can you answer this?
Eddy Sels
17-Sep-15 10:31am
View
can I read an attachment with ADO? Don't think so
Eddy Sels
3-Feb-15 11:06am
View
ok, found he wcf data service 5.6 tool and installed it. Now I have it in the list.
Eddy Sels
3-Feb-15 10:21am
View
thanks for a quick reply, but again I get stuck with following:
To create the data service
1.On the menu bar, choose Project, Add New Item.
2.In the Add New Item dialog box, choose the Web node, and then choose the WCF Data Service 5.6 item.
the options available to me (VS2013 Express) are : WCF Service, WCF Service (Ajax enabled) and Web Service (ASMX)
the WCF Data Service 5.6 is not in my list and is not available in NuGet. Has it been renamed or is it available somewhere else or as the "Express" something to do with it??
Eddy Sels
8-Nov-14 11:12am
View
I will read all the links you mention. Thank you for that.
But be aware in MS SQL database you can have a field with type 'smallmoney'.
the data returned is culture dependent. I don't know why this is or which culture setting prevails (database server, web server). In any case not the web site because then I would not have the issue.
I tested my site in Azure where I did not have the issue because the servers have a culture which matches my own. Since I went live on a US based webhosting my currency, number and date formats are in the US culture.
I tried the ToString but sometimes (I haven't figured out why) I get an error in VS2013 saying ToString has no overload which takes 3 arguments.
BTW I use numbers not strings.
Show More