Hi, I've faced a problem, pls help me. I developed a windows application which uses SQL Server(2005) as database. Now the problem is that I want to install the application in client machine which don't have sql server database. Now how can I install the application in client machine so that sql sever install automatically when i run setup.exe in client machine. thanks.......... Regards, samrat
samrat net
Posts
-
Deploying Windows Application(C#) with SQL Server(2005) -
TreeviewHi Graus, Thanks for your reply. Actually, I am creating a site where user can post message or reply to it just like code project. I want to display the messages in just Code Project's message board like tree view structure. If you help me I will be grateful. With Regards, Samrat
-
treeviewHi friends!!!!!! I want to create the Code Project's Massage board like treeview. How can I implement it? Please help me.
-
TreeviewHi friends!!!!!! I want to create the Code Project's Massage board like treeview. How can I implement it? Please help me.
-
Barcode image is not showing in Windows Vista.......Hi, We are using your WnvBarcodeControl.dll for generating barcode. which is working perfectly in windows xp but in Windows Vista it is not working and showing nothing (an unknow image just a red cross mark) I checked all the config settings and code it is okay because it is working in Windows Xp. So, is there any other setting require for Windows Vista or what. So we are in big trouble, please tell me how to solve this problem Thanking you
-
problem to get Private KeyHello Friend! I've faced a problem in getting Private key. I installed FindPrivateKey exe. When I enter following command line argument, it displays help contents- C:\Tools\FindPrivateKey\CS\bin>FindPrivateKey My LocalMachine -t "7e 3b f9 fc f6 79 44 3e 5a b6 c6 a2 af e6 ca a2 b5 c9 51 9b" -a FindPrivateKey helps user to find the location of the Private Key file of a X.509 Certificate. Usage: FindPrivateKey [{ {-n } | {-t humbprint>} } [-f | -d | -a]] subject name of the certificate thumbprint of the certificate (use certmgr.exe to get it) -f output file name only -d output directory only -a output absolute file name e.g. FindPrivateKey My CurrentUser -n "CN=John Doe" e.g. FindPrivateKey My LocalMachine -t "03 33 98 63 d0 47 e7 48 71 33 62 64 76 5c 4c 9d 42 1d 6b 52" -c Please, help me to find the private key. Thanks. With Regards, Samrat
-
problem to get Private KeyHello Friend! I've faced a problem in getting Private key. I installed FindPrivateKey exe. When I enter following command line argument, it displays help contents- C:\Tools\FindPrivateKey\CS\bin>FindPrivateKey My LocalMachine -t "7e 3b f9 fc f6 79 44 3e 5a b6 c6 a2 af e6 ca a2 b5 c9 51 9b" -a FindPrivateKey helps user to find the location of the Private Key file of a X.509 Certificate. Usage: FindPrivateKey [{ {-n } | {-t humbprint>} } [-f | -d | -a]] subject name of the certificate thumbprint of the certificate (use certmgr.exe to get it) -f output file name only -d output directory only -a output absolute file name e.g. FindPrivateKey My CurrentUser -n "CN=John Doe" e.g. FindPrivateKey My LocalMachine -t "03 33 98 63 d0 47 e7 48 71 33 62 64 76 5c 4c 9d 42 1d 6b 52" -c Please, help me to find the private key. Thanks. With Regards, Samrat
-
how to get autoidhi friend, i've a query, pls help me. suppose, i've a table which has am autoid field. now i am inserting a row in that table. how i can get the autoid of the new inserted row? is there any process to get back the autoid when use ExecuteNonQuery( ) method or else? i don't want to use max(autoid) on the that table, because it can result on concurrency problem. With Regards, samrat
-
Concurrency problem..............Hello Friend I have faced a problem in SQL Server I have a stored procedure which works as follows Declare @Id int Select @id=max(id) from emp Set @id=@id+1 update emp Set id=@id return @id Now, we call this stored procedure from our ASP.net application. It is working perfecly in single user environment, but the problem is that when we are working in multi-user environment some time the procedure returns same id instead of unique id. How can I solve it, so that every time the procedure returns unique value for each user. Is there any technique to execute this stored procedure in queue. Thanks in advance
-
Concurrency problem............Hello Friend I have faced a problem in SQL Server I have a stored procedure which works as follows Declare @Id int Select @id=max(id) from emp Set @id=@id+1 update emp Set id=@id return @id Now, we call this stored procedure from our ASP.net application. It is working perfecly in single user environment, but the problem is that when we are working in multi-user environment some time the procedure returns same id instead of unique id. How can I solve it, so that every time the procedure returns unique value for each user. Is there any technique to execute this stored procedure in queue. Thanks in advance
-
Creating SQL viewSorry friends!!!!!! The Microsoft Jet database engine does not support the use of CREATE VIEW, or any of the DDL statements, with non-Microsoft Jet database engine databases.
-
how to get record by positioningHi Friend! i've faced a problem. Suppose, i have 10 records in a table.i want only the 2nd 0r 3rd position record. how can i achieve it? thanks.......
-
Regular Expressioni m using following tag
-
Regular ExpressionHello Friends i've a regular expression which take only +ve integer(0,1,2,.......) Expression="\d+$" but i want to ignore 0,i.e., it would take 1,2,3,......... pls give me expression with thanx
-
service reference in asp.netis wcf make any dll?
-
how to add Service Reference in ASP.NETService is about WCF
-
service reference in asp.netHell Friends! Please, tell me how can I add service reference in asp.net(C#) application. Thanx
-
how to add Service Reference in ASP.NETHi Friends. Please, tell me how can I add service reference in asp.net(C#) application. Thankx
-
showing image from bytethanks 4 ur help
-
showing image from bytethanks for ur reply. but frankly speaking,i am new to .net so i can not understand what u mean. can u give me any coding sample?