Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K

7 Posted Topics

Member Avatar for fobos

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.

Member Avatar for Member #120589
0
2K
Member Avatar for DONPAWPAW

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 …

Member Avatar for DONPAWPAW
0
95
Member Avatar for DONPAWPAW

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

Member Avatar for Pgmer
0
70
Member Avatar for SaberExcalibur

[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 …

Member Avatar for DONPAWPAW
0
120
Member Avatar for airesh

[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 …

Member Avatar for kvprajapati
0
103
Member Avatar for TIP.Synergy

[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

Member Avatar for DONPAWPAW
0
5K
Member Avatar for DONPAWPAW

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 …

Member Avatar for DONPAWPAW
0
342

The End.