Click here to Skip to main content
15,884,099 members
Home / Discussions / Database
   

Database

 
GeneralRe: Identity in a field Pin
KANGAROO_25-Dec-07 18:06
KANGAROO_25-Dec-07 18:06 
GeneralRe: Identity in a field Pin
M. J. Jaya Chitra25-Dec-07 19:07
M. J. Jaya Chitra25-Dec-07 19:07 
GeneralRe: Identity in a field Pin
Dave Kreskowiak26-Dec-07 9:09
mveDave Kreskowiak26-Dec-07 9:09 
GeneralRe: Identity in a field Pin
M. J. Jaya Chitra26-Dec-07 16:49
M. J. Jaya Chitra26-Dec-07 16:49 
GeneralRe: Identity in a field Pin
vimal_yet27-Dec-07 1:00
vimal_yet27-Dec-07 1:00 
GeneralRe: Identity in a field Pin
Dave Kreskowiak27-Dec-07 5:07
mveDave Kreskowiak27-Dec-07 5:07 
Generalaccess to temprory table colum in Mysql Pin
sepel24-Dec-07 20:48
sepel24-Dec-07 20:48 
Generalerror in sql 2005 Pin
break_day24-Dec-07 4:24
break_day24-Dec-07 4:24 
hi,
i create the form1
Private Sub form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
AttachDB()
End Sub

and create module1

Module Module1
Public myConnection As New SqlConnection()
Public Sub AttachDB()
myConnection.ConnectionString = " Data Source=.\SQLEXPRESS;AttachDbFilename=C:\WindowsApplication1\SQLDB\ATM.mdf;Integrated Security=True;Connect Timeout=30;User Instance=True"
myConnection.Open()
End Sub
End Module

and in run time stop the project and say there error in "AttachDB()
and error is "The type initializer for 'WindowsApplication1.Module1' threw an exception"

Cry | :(( Cry | :((
GeneralRe: error in sql 2005 Pin
Paul Conrad26-Dec-07 12:12
professionalPaul Conrad26-Dec-07 12:12 
QuestionHow to insert record from XML document without using sp_xml_preparedocument procedure Pin
Software_Guy_12323-Dec-07 22:59
Software_Guy_12323-Dec-07 22:59 
GeneralRe: How to insert record from XML document without using sp_xml_preparedocument procedure Pin
Paul Conrad6-Jan-08 10:01
professionalPaul Conrad6-Jan-08 10:01 
Questionhow can export my image data... Pin
koolprasad200323-Dec-07 18:01
professionalkoolprasad200323-Dec-07 18:01 
AnswerRe: how can export my image data... Pin
Pete O'Hanlon23-Dec-07 23:33
mvePete O'Hanlon23-Dec-07 23:33 
GeneralMySQL and Images [modified] - RESOLVED Pin
Mike L.22-Dec-07 21:56
Mike L.22-Dec-07 21:56 
GeneralRe: MySQL and Images Pin
Paul Conrad23-Dec-07 6:09
professionalPaul Conrad23-Dec-07 6:09 
GeneralRe: MySQL and Images Pin
Mike L.23-Dec-07 11:38
Mike L.23-Dec-07 11:38 
GeneralRe: MySQL and Images Pin
Paul Conrad23-Dec-07 13:40
professionalPaul Conrad23-Dec-07 13:40 
GeneralRe: MySQL and Images Pin
Mike L.23-Dec-07 13:44
Mike L.23-Dec-07 13:44 
GeneralRe: MySQL and Images Pin
Paul Conrad23-Dec-07 13:52
professionalPaul Conrad23-Dec-07 13:52 
GeneralRe: MySQL and Images Pin
Mike L.23-Dec-07 13:59
Mike L.23-Dec-07 13:59 
GeneralRe: MySQL and Images Pin
Paul Conrad23-Dec-07 14:21
professionalPaul Conrad23-Dec-07 14:21 
GeneralRe: MySQL and Images Pin
Mike L.24-Dec-07 16:28
Mike L.24-Dec-07 16:28 
GeneralRe: MySQL and Images Pin
Paul Conrad24-Dec-07 16:44
professionalPaul Conrad24-Dec-07 16:44 
Generalconnecting to mssql 2005 express from vs2008 - RESOLVED Pin
l a u r e n22-Dec-07 21:06
l a u r e n22-Dec-07 21:06 
GeneralHelp in query design Pin
NetBot22-Dec-07 18:08
NetBot22-Dec-07 18:08 

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.