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

.NET (Core and Framework)

 
GeneralRe: LED Display Code Query Pin
Luc Pattyn15-Mar-09 9:17
sitebuilderLuc Pattyn15-Mar-09 9:17 
GeneralRe: LED Display Code Query Pin
Luc Pattyn15-Mar-09 9:50
sitebuilderLuc Pattyn15-Mar-09 9:50 
QuestionPage viewing using .NET (capable of zoom, control editing) Pin
David Hovey14-Mar-09 13:30
David Hovey14-Mar-09 13:30 
QuestionHow to load the right Interop Assembly in run time ? Pin
Yanshof14-Mar-09 2:33
Yanshof14-Mar-09 2:33 
AnswerRe: How to load the right Interop Assembly in run time ? Pin
Eddy Vluggen15-Mar-09 2:15
professionalEddy Vluggen15-Mar-09 2:15 
QuestionIdle processing in .NET framework 2.0 Pin
saksp14-Mar-09 1:18
saksp14-Mar-09 1:18 
Answercross-post Pin
Luc Pattyn14-Mar-09 3:22
sitebuilderLuc Pattyn14-Mar-09 3:22 
Questioninsert query error in vb .net(windows application) Pin
mdhashim13-Mar-09 23:23
mdhashim13-Mar-09 23:23 
============================coding=========================================
objcon.getconnection()
Dim query As String
query = "insert into kalavithik(name,address,phone_no,mobile_no,date,lenth,shoulders,cheast,waist,sleeves,nack,slit,flair,shalwar,churidar,back_dard,a_h,remark,lenth1,shoulders1,cheast1,waist1,sleeves1,nack1,remark1) values ('" & txtname.Text & "','" & txtAddress.Text & "','" & txtPhoneNo.Text & "','" & txtMobileNo.Text & "','" & DateTimePicker1.Text & "','" & txtLenght.Text & "','" & txtShoulders.Text & "','" & txtCheast.Text & "','" & txtWaist.Text & "','" & txtSleeves.Text & "','" & txtNack.Text & "','" & txtSlit.Text & "','" & txtFlair.Text & "','" & txtShalwar.Text & "','" & txtChuridar.Text & "','" & txtBackDard.Text & "','" & txtAH.Text & "','" & txtRemark.Text & "','" & txtLength1.Text & "','" & txtShoulders1.Text & "','" & txtCheast1.Text & "','" & txtWaist1.Text & "','" & txtSleeves1.Text & "','" & txtNack1.Text & "','" & txtRemark1.Text & "')"

objcon.mycmd = New OleDbCommand(query, objcon.mycon)
objcon.mycmd.ExecuteNonQuery()
===========================================================================

ERROR: Syntax error in INSERT INTO statement.()
Data base: acces,infield error 'date'& data type 'date/time'
email id is : raaz_hasim@yahoo.co.in
AnswerRe: insert query error in vb .net(windows application) Pin
Eddy Vluggen13-Mar-09 23:47
professionalEddy Vluggen13-Mar-09 23:47 
Questioninsert query error in vb .net (windows application) Pin
mdhashim13-Mar-09 23:16
mdhashim13-Mar-09 23:16 
QuestionFIPS Compliance without 3rd Party Applications Pin
gscheek13-Mar-09 10:28
gscheek13-Mar-09 10:28 
Questionhow can i use the system.managment librery ?? Pin
moumen2212-Mar-09 10:40
moumen2212-Mar-09 10:40 
AnswerRe: how can i use the system.managment librery ?? Pin
Pete O'Hanlon12-Mar-09 12:33
mvePete O'Hanlon12-Mar-09 12:33 
QuestionXmlNode Attributes Pin
Michael Bookatz12-Mar-09 6:39
Michael Bookatz12-Mar-09 6:39 
QuestionRe: XmlNode Attributes Pin
led mike12-Mar-09 8:51
led mike12-Mar-09 8:51 
QuestionIs this possible? Win32.DLL --> PInvoke --> COM Interop .Net Assembly --> VB App using COM Pin
danvdw0312-Mar-09 5:39
danvdw0312-Mar-09 5:39 
AnswerRe: Is this possible? Win32.DLL --> PInvoke --> COM Interop .Net Assembly --> VB App using COM Pin
led mike12-Mar-09 8:49
led mike12-Mar-09 8:49 
QuestionHow can I run an expression which is in string format Pin
RezaAsAdi11-Mar-09 23:05
RezaAsAdi11-Mar-09 23:05 
AnswerCross Post Pin
Pete O'Hanlon12-Mar-09 0:38
mvePete O'Hanlon12-Mar-09 0:38 
QuestionVS2008 & IE8 designer issue Pin
Jim Weiler11-Mar-09 16:04
Jim Weiler11-Mar-09 16:04 
AnswerRe: VS2008 & IE8 designer issue Pin
Jim Weiler11-Mar-09 16:47
Jim Weiler11-Mar-09 16:47 
QuestionHow to restrict a .NET assembly to be consumed only by a specific assembly(exe or WebApp) Pin
James Poulose11-Mar-09 8:59
James Poulose11-Mar-09 8:59 
AnswerRe: How to restrict a .NET assembly to be consumed only by a specific assembly(exe or WebApp) Pin
Pete O'Hanlon11-Mar-09 10:16
mvePete O'Hanlon11-Mar-09 10:16 
AnswerRe: How to restrict a .NET assembly to be consumed only by a specific assembly(exe or WebApp) Pin
Joe Woodbury12-Mar-09 8:15
professionalJoe Woodbury12-Mar-09 8:15 
AnswerRe: How to restrict a .NET assembly to be consumed only by a specific assembly(exe or WebApp) Pin
supercat912-Mar-09 8:27
supercat912-Mar-09 8:27 

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.