March 15, 2005 at 6:05 am
I'm looking for a VB Procedure for copying Memo/Ole-Objekt fileds from an mdb into SQLServer 2000 binary witgh sqlputdata. All Samples i found befor were written in c++. When there is another way to do this, so i'm interested too.
March 15, 2005 at 6:17 am
Can't DTS help ?
(check out Enterprise manager, database, tables, rightclick and choose import data. The wizard will guide you )
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data/code to get the best help[/url]
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution 😀
Need a bit of Powershell? How about this
Who am I ? Sometimes this is me but most of the time this is me
March 15, 2005 at 9:55 am
That would be to easy, it must be a Procedure, because i don't know the table and field name at the time, it's dynamicly to use
March 15, 2005 at 2:39 pm
How about creating a DTS package and saving it as a VB file?
--------------------
Colt 45 - the original point and click interface
March 16, 2005 at 12:12 am
yep, basic rule No 1 for programming is still : "learn copy/paste"
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data/code to get the best help[/url]
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution 😀
Need a bit of Powershell? How about this
Who am I ? Sometimes this is me but most of the time this is me
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply