Click here to Skip to main content
15,899,825 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: C# vs VB Pin
Simon P Stevens4-Nov-09 1:51
Simon P Stevens4-Nov-09 1:51 
GeneralRe: C# vs VB Pin
Kevin McFarlane4-Nov-09 8:06
Kevin McFarlane4-Nov-09 8:06 
AnswerRe: C# vs VB Pin
Eddy Vluggen5-Nov-09 9:13
professionalEddy Vluggen5-Nov-09 9:13 
QuestionMetafile: BUG in PlayRecord???? EnumerateMetafile VS Drawimage !!!! Pin
2006 Flauzer3-Nov-09 3:20
professional2006 Flauzer3-Nov-09 3:20 
QuestionAstronomy class library Pin
Ben Saucer2-Nov-09 9:09
Ben Saucer2-Nov-09 9:09 
AnswerRe: Astronomy class library [modified] Pin
DanDixonUS15-Dec-09 9:23
DanDixonUS15-Dec-09 9:23 
QuestionKorean Localization problem Pin
Oren Tasuna1-Nov-09 8:21
Oren Tasuna1-Nov-09 8:21 
Questionhelp on software application for windows ce 5.0 based device Pin
m_riz31-Oct-09 14:55
m_riz31-Oct-09 14:55 
Hi
i am developing an application which will run on Dolphin 6100 (A smart device running on windows CE 5.0).
this application is a windows CE 5.0 application, which will interact with SQL Server 2005 Express database(installed on database server accessible through wireless access pint) and do some stock updates.

I am currently working with VB 6.0 and do not have enough time to learn VB.NET . could any one please translate this little piece of VB 6.0 code into windows ce 5.0(visual studio 2005) code.

Dim cn As New ADODB.Connection
If cn.State = 1 Then cn.Close
cn.Open "connection string for SQL server 2005 express" ?????????
Dim rs As New ADODB.Recordset
If rs.State = 1 Then rs.Close
rs.Open "select field1,field2 from TStock", cn, 2, 3
rs![field1]=some thing
rs.update
rs.close
cn.close

Specially i need connection string to connect to SQL Server 2005 Express from my windows ce 5 based smart device.

thanks and regards.
AnswerRe: help on software application for windows ce 5.0 based device Pin
Luc Pattyn31-Oct-09 15:19
sitebuilderLuc Pattyn31-Oct-09 15:19 
GeneralRe: help on software application for windows ce 5.0 based device Pin
helloraza2-Nov-09 1:47
helloraza2-Nov-09 1:47 
GeneralRe: help on software application for windows ce 5.0 based device Pin
Luc Pattyn2-Nov-09 2:08
sitebuilderLuc Pattyn2-Nov-09 2:08 
AnswerRe: help on software application for windows ce 5.0 based device Pin
Agrade2-Nov-09 18:12
Agrade2-Nov-09 18:12 
Questiondistinct and merageand Count Pin
yodo30-Oct-09 22:59
yodo30-Oct-09 22:59 
AnswerRe: distinct and merageand Count Pin
Gideon Engelberth2-Nov-09 3:48
Gideon Engelberth2-Nov-09 3:48 
QuestionIntrumented versions of applications? Pin
polomint30-Oct-09 6:56
polomint30-Oct-09 6:56 
AnswerRe: Intrumented versions of applications? Pin
Not Active30-Oct-09 12:01
mentorNot Active30-Oct-09 12:01 
GeneralRe: Intrumented versions of applications? Pin
polomint30-Oct-09 12:19
polomint30-Oct-09 12:19 
QuestionHow do i interface with a mouse? Pin
basilmir30-Oct-09 6:22
basilmir30-Oct-09 6:22 
AnswerRe: How do i interface with a mouse? Pin
Eddy Vluggen2-Nov-09 2:38
professionalEddy Vluggen2-Nov-09 2:38 
GeneralRe: How do i interface with a mouse? Pin
basilmir2-Nov-09 11:10
basilmir2-Nov-09 11:10 
AnswerRe: How do i interface with a mouse? Pin
cjb1103-Nov-09 5:44
cjb1103-Nov-09 5:44 
QuestionAdo .net entity data model with My Sql database [Solved] Pin
Ravi Mori29-Oct-09 23:22
Ravi Mori29-Oct-09 23:22 
Questionposted images in ads Pin
balaji.t29-Oct-09 20:11
balaji.t29-Oct-09 20:11 
QuestionCompiling erases DATA in Access DATABASE ? Pin
Johnkokk29-Oct-09 8:36
Johnkokk29-Oct-09 8:36 
AnswerRe: Compiling erases DATA in Access DATABASE ? Pin
Luc Pattyn29-Oct-09 8:45
sitebuilderLuc Pattyn29-Oct-09 8:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.