Image Build

  • Thread starter Thread starter Odyssey
  • Start date Start date
O

Odyssey

Hello,

I would like to ask some questions.

- How can I build my own image so it can support MDAC (ODBC, it can talk to
SQL server)?
- If I can use target designer for that purpose how can I get that program?

If somebody can help and show me a way, I will be glad.

Thanks,
 
There is a Microsoft Data Access Components (MDAC) component in the
database. Just include it in the configuration.

Regards,

Sean Liming
www.sjjmicro.com / www.seanliming.com
XP Embedded Book Author - XP Embedded Advanced, XP Embedded Supplemental
Toolkit
 
Sean,
I am really new in XP embedded. How can I do that? What do I need to include
MDAC component in the confugaration?
Thanks,
 
Odyssey said:
Sean,
I am really new in XP embedded. How can I do that? What do I need to include
MDAC component in the confugaration?
Thanks,
If you don't even know how to do that, I would suggest rather than
asking every little question here you buy a book on XPembedded. Sean's
book is probably more detailed than you require - you'd probably benefit
from Cesari's, however.
 
Thanks Linda,
That was a good help,


Heidi Linda said:
If you don't even know how to do that, I would suggest rather than
asking every little question here you buy a book on XPembedded. Sean's
book is probably more detailed than you require - you'd probably benefit
from Cesari's, however.
 
At least you have a surname people can pronounce when they read it and can
spell it when they hear it, ...or can they? <grin>

Thanks for helping out in the newsgroup lately Heidi, we've been buried
working on the Feature Pack. Check the blog for news Monday!

--
Andy

Check out the Embedded team blog: http://blogs.msdn.com/embedded/

This posting is provided "AS IS" with no warranties, and confers no rights.
 
I'm running XPe SP2 with MDAC 2.8 SP1, but still can't connect to SQL Server.

I've written a VB6 app that runs fine on Win 2k, but not on XPe. The app
runs a query against SQL Server 2000 on another box using OLEDB. The error
is

"Run-time error '-2147467259(80004005)':Unspecified error"

As mentioned above, I've got MDAC and have been unable to find a solution to
this problem even though it appears others are having this issue as well.
I've searched everywhere I can think of, but can only find others with the
same issue, no solutions.

Any ideas?

TIA,
Bob
 
Back
Top