|
-
Jan 24th, 2010, 09:33 PM
#1
Thread Starter
New Member
how to store object dataype into MS Sql?
Please help me on how to store a visual basic 6, object datatype variable's value, into Ms Sql...
Is there any apecific datatype or smething that can be used?
-
Jan 24th, 2010, 09:40 PM
#2
Re: how to store object dataype into MS Sql?
 Originally Posted by ebytp
Please help me on how to store a visual basic 6, object datatype variable's value, into Ms Sql...
Is there any apecific datatype or smething that can be used?
Can you explain it.... 
If are asking about how to to do database programming with VB6 and MS SQL, you can use ADO..... Tutorials can found be in here:
* http://www.vbforums.com/showthread.p...7051#SQLServer
* http://www.vbforums.com/showthread.php?t=337051#ado
Regards,
- Akhilesh
If my post was helpful to you, then express your gratitude using Rate this Post. 
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...
-
Jan 24th, 2010, 10:10 PM
#3
Re: how to store object dataype into MS Sql?
the type would be varbinary... and then you'll need to use appendchunk and getchunk to save/retrieve the data.
-tg
-
Jan 25th, 2010, 04:13 PM
#4
Re: how to store object dataype into MS Sql?
Thread moved to 'Database Development' forum (the 'VB6' forum is only meant for questions which don't fit in more specific forums)
-
Jan 27th, 2010, 10:36 PM
#5
Thread Starter
New Member
Re: how to store object dataype into MS Sql?
c i wnt to knw what datatype can be used to store a data of type 'object' into sql...
-
Jan 27th, 2010, 11:58 PM
#6
Re: how to store object dataype into MS Sql?
the SQL datatype is "varbinary" .... and in code you'll need to use the GetChunk to get it out of the database and AppendChunk to get it into the database.
-tg
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|