No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
the quetions? i have a folder called VIDEO and mysql database filed where all the .flv video file path has been saved into. how do i embed .flv file in my browser using the path from the database . any help will be appreciated.
when connecting to sql server i get getting this error . please help how to resolve this problem TITLE: Connect to Server ------------------------------ Cannot connect to SOFTCITY\EIMPRESSION. ------------------------------ ADDITIONAL INFORMATION: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may …
PLEASE I HAVE OVER TEN CLIENT COMPUTERS. AM DESIGNING AN VB.NET WITH MSSQL SERVER 2005 EXPRESS APPLICATION THAT THE CLIENT CAN CONNECT TO THE DATABASE ON A ON COMPUTER HOW DO I DO THAT.# ie vb.net + sql server network application
[COLOR="Red"]from DonPawpaw[/COLOR [CODE]' in order to make this process work correctly 1. make sure your access database in the Debug folder in your applicaion folder 'use application.starupPath to dynamically locate your database in your insallation folder (ie.folder where you installed the application) Sub ConnectRecord(ByVal sql As String) Dim connStr As …
[CODE]'try this 'open th connection to the database 'cmd is the variable of the sqlcommand 'cnn is the variable of sqlconnection cnn.open Dim ReturnValue as string cmd=new sqlcommand("SELECT field1 from tableName WHERE field1 = '" & txtbox1.text & "'",cnn) ReturnValue =cmd.executeScalar if ReturnValue <> "" then msgbox("Record Already Exist"):exit sub …
[I][B][COLOR="red"]TIP.Synergy[/COLOR][/B][/I] remove the integer (item ) decleared ie item = myComm.ExecuteNonQuery() make it as myComm.ExecuteNonQuery() and try
am designig softwear with vb.net 2008 and mssql server 2005 express that can print on id card. i have the query written correctly that can retrive employee info. including the picture on a report.my question is how to set the report to automatically pick the size of the small id …
The End.
DONPAWPAW