Hello everybody,
I don't know if I am posting in the right forum, I hope so.
I want to ask if microsoft sql server 2005 express edition can be installed on Windows Vista operating systems?
Thanks in advanced.
Hello again
I've created via setup wizard a msi file, for the installation of my application in vb.net 2005 and I want to create a different product key for every computer I will install the application. I saw that in View->User Interface I can add some forms that will display when I run the...
Thanks everybody again
George it sounds very complecated and I don't know if I finally decide to follow this.
E&F I managed to attach the file through my settings pane and my connection string is: Data Source=.\SQLEXPRESS;AttachDbFilename="C:\Program...
Thanks all of you.
E&f I tried to create a new account but unfortunately I am getting error 26.
George,
You recomended me instead of sqlexpress, choose something like my company name or my product name. Does this means that I have to uninstall sql server and reinstall it, changing the instance...
What does mean "dongle"? What do you mean? Sorry for my english!
The problem is not only how to disable user editing the data in the database via sql management system 2005, is also how to connect right in database...
As I explained before, in my computer, I have created the typing.mdf. Although...
Thanks woogoo.
I think there are some problems in sorwen's solution.
If someone downloads all the required componets which are .net frameword 2.0 and sql server 2005 express edition, he could be able to edit the typing.mdf file, which means that he can delete or modify the records in the...
Thank you once more Sorwen,
I want to ask you something else. If someone downloads all the required componets which are .net frameword 2.0 and sql server 2005 express edition, I think that he could be able to edit the mdf database file. That means that he can delete or modify the records in my...
Thank you again so much Sorwen.
Is an interpreter for example SQLEXPRESS or entire the program microsoft sql server 2005?
Is there a way to include in the setup project an interpreter that can read the mdf file, if only the other computer doesn't have? And how?
Thank you Sorwen,
Do you mean that other computers in which I will install the program must have a compatible program to read a .mdf file? And what about If they don't? Does this mean that I have return as my connection string was before?
Which was:
PCServer = My.Computer.Name
ConnectionString...
Well, I copied my database into the path:
C:\Documents and Settings\user\My documents\Visual Studio 2005\Projects\TypingApplicaton\TypingApplicaton
I went on settings tab added the property MyConnectionString and value: Data Source=C:\Documents and Settings\user\?? ??????? ???\Visual Studio...
Thank you much macleod1021.
What can I set as value in settings tab of the connection string?
In my code as I mentioned before the connection string is as follows:
PCServer = My.Computer.Name
ConnectionString = "Data Source=" & PCServer & "\SQLEXPRESS;Initial Catalog=typing;Integrated...
Hello everybody,
I have created an application in vb 2005 which interacts with a sql database (mdf) created on microsoft sql server management studio express 2005. Well, I want to deploy my application, it's my first time and I am not familiar with, maybe I ll need your help.
In my project my...
Solved.
System.Windows.Forms.Help.ShowHelp(Me.HelpBtn, LoginHlpPrvdr.HelpNamespace, HelpNavigator.Topic, "LoginHlp.htm")
and for toolstripbutton you have to assing the Help Provider with to toolstrip and call the htm like I mention before.
Hello everybody.
I created a chm file, and I am searching how to display it from my vb project. Well in some forms the help button is a simple button but in some others it's a toolstrip button in a toolstrip menu. I have tried several things in a simple button HelpBtn in the LoginFrm for...
Borvik is it possible to highlight more than one keys, similtaneously? And how? I have stored every key's coordinates in a table in my sql database. I think I must do something in LoadCoords in Dim theKey As New ArrayList()
to store only the characters I want to highlight similtaneously, but I...
Hello everybody,
I have a table in my sql data base, and the field type CharValue is nchar(1) which means that accepts characters.
In a record the value of CharValue is the character "'"
And that gets me in trouble when I try to execute the query
sql = "Select * from KbrdCharacters where...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.