Create An Exe File For The Vb Project With Database?
Sep 7, 2010any one to make a complete exe file of my vb project its urgent need for me.
View 2 Repliesany one to make a complete exe file of my vb project its urgent need for me.
View 2 RepliesI do one project in visual basic 2010.In visual basic 6 project can be make Package and deployment (setup file or install file) file using Package and deployment wizard.But in visual basic 2010 express edition does not have Package and deployment wizard.how to make Package and deployment (setup file or install file) file in visual basic 2010 project?
View 4 Repliesfriends i m a newer for dotnet...and i m a student i m creating a project with a simple database connection
i need to make a setup of that project but whenever i create a set up it wont connect with my database
it'll shows a error how to make a setup in vb.net with a project with a database connection
How can i create the project setup and include the database itself..
View 7 RepliesI have created a Windows Application in Visual Studio 2005(VB .Net) and used Sql Server 2000 as Backend,Now I want to know how to create a Setup of my Project so that I can install it on clients machine.I have tried by Adding a setup and Deploy project in My application but my setup file include SQL Database files(.mdf,.ldf) and my client has Win Xp installed so my Setup file is asking for sql server connection,but on clients machine Sql server 2000 can't be installed as its compatibility.
View 3 RepliesFriends I have Developed my Data base Project on vb6, using adodc and datagrid using ms access database file, it was working nice in vb6, I also put Search box there and used adodc1.recordsource="select * from table" sql query.
later i needed to convert it in vb.net I converted it, every thing is working fine, but one problem appears, an adodc's Recordsource query for searching records is not working, it only works if there is data in dataset (Datagrid),suppose once i pressed search button to search record and if no record found then dataset / datagrid becomes empty, now i wanted to search an other record with other name, but this time it does not work and following error appears Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.
[Code]...
I want to create a file setup for my project that combine such as sql express,crystal report and .NET framework.
View 5 Replieshow to create a own project file in my program?
Like my filetype is "*.test" and if i open it with my program my listview and other things will load info.
Do anyone know how to create a .exe file from my vb.net project? I do not want the one in the /bin folder. This is because i want it to be able to run my application from a single EXE file.
View 6 Repliesi develop a project in vb.net using visual studio 2005 professinoal edition at front end and SQL Server 2005 professional edition at back end. now project is complete and i have to give it to customer. so how do i create its exe file now. i mean that how to give it completely to user?
View 6 Repliesi am extremely new to VB and I am trying to create a project that extracts all the pages from a pdf file. I saw stanav's post with code, but i am extremely lost on how to implement.
View 11 RepliesI'm trying to do a setup project with VS2008 for my VB .NET application. I would need to create a text file into the installation directory based on the answers the user who installs the program gives. Idea is that I need to have the installation path variable in a text file so that I can read it. And also some other directory specifications too.
I could do the following:
Write the wanted information to the window registry and after the installation is ready, create another application that is run at the end of the installation to create these files.
I'm wanting to create a .chm file for a large project I've just completed.
Is there a easy way to create one of these? one that has Contents, Index, Search and Favourites section.
I have a project that I have created, it something like a contact database.It is complete with its own sql server database, and controls and forms.I kinda of understand that I can include this project into another project.This is the tricky part,Can I include my contact project into another project and add more items to the database and forms in a new project?What I'm after is like using classes.My contact database would be like the base class, and the new project would be adding more features to that project.
View 10 RepliesI want to create personal folders during installation. I did the following steps:
Right click on your setup project ->
View -> File System
Right click on node "File system on
[Code]....
I know the above steps are correct and should work because i did it in the other application (solution) and worked fine. When i did same exact steps (of course i changed the folder name to be created), the application gets deployed but when i install, i don't get the Personal Folder under Documents? I wonder why did it work with my first solution and didn't work with the current one!
I am running vb.net in visual studio 2005 and i am fairly new to it all, whilst trying to create a windows application i have lost the .vbproj file and am only left with the .vb code that has been created whilst i have been using the toolbox to create the application graphically. Is there anyway for me to recover the .vbproj file without having to redo the whole thing?
View 3 RepliesI have made a project(made a new data set and forms made by dragging data set entries to form ) in vb.net in which i used ms access as database and now i created a setup file for it but when i run is its giving error regarding some connection to database.?
View 3 RepliesCreate a DLL component for database operation and use created component in another project. Required methods, events and properties
a. Connect
b. Add
c. Delete
d. Save
e. Record navigation (first, next, previous, last)
f. Properties for all database fields
g. Events for validation of database fields.
With VB.net, I'm coding a simple application to get more used to the new .Net format.
I'd like to save all the information to a 'new' database file. how to create a database on the fly, once that is done i'll be able to connect to it no problem, but actually creating the file is proving difficult to work/find out.
Also, with vb.net and the newly created custom file, how can it be made to automatically open that information with the program?
Is there a method in installation to associate the file type with the new program? How can i check when the program loads if a database file has been 'double-clicked' (rather than just running from the .exe of the program) and proceed to load the data?
EDIT1 - Extra InfoThe windows application has many different fields and content etc, then i need to save that to a file that could later be loaded by 'double clicking'. I assumed the easiest way would be to create a mini-database for each unique file
How can i create a File/Registry/Database, to Save the time and playernames?
View 5 RepliesIs is possible that you can create database programmatically in SQL CE?
View 2 Repliesi not sure can it be done.
Using VB.net by typing the name and hit the button to Show the person record from the database access.
the log file will pop out and show the person record in VB.Net
my visual basic create a .sdf file for every database but then when i try to access it it says that its an unknown database file extension. i used a tutorial which used a .mdb file which i had to download and it worked fine with it. how do i create a .mdb file
View 1 Repliesi have studied very recently that an exe file could be created using "Setup and deployment" project, then by adding the required file to it,thus we can create a 'setup.msi' and 'setup.exe' But i want to know whether, we can create the same exe file , COMPLETELY THROUGH CODING....for example, when i click a button , then an exe file should be created...
View 1 RepliesAnyone here knows a batch file to create a duplicate database!
View 6 RepliesI would like to generate an Excel file using a database query in VB.Net. How can I do it? To be more precise: I would like to "bind" a query (much like binding a query to a GridView) to an Excel file such that the rows in the table occupy corresponding cells in a new Excel file, and save the file to my computer. And then, mail that file to someone. While I can handle the mailing part, it's the creation of such a file that I need help with. Anyone know how to achieve what I want to achieve? PS: I need to do this in VB.Net and I'm using SQL Server 2008.
View 3 RepliesSuppose you have three file of a database with information for three years (imported information of one year to database and has saved as a new file). How we can merge this three file and create one database for all years with visual basic 2010?
Note:
1-Each database has three tables and there is relationship between them
2- The ID number in tables is Auto number
3- Fields in all tables for all files are completely the same
with MySQL + vb.net 2008 exp to create back up of MySQL database script file through vb.net
View 2 RepliesI'm wanting to create a database programmatically from the edmx or edmx.sqlce file in my project. I read the best practice when sending the data out to users this is the best way.But I haven't found anything on it. Or is it best to create it and send it out with the program? How would I do updates to the database if I did this? How do I tell which version the database is?
View 1 RepliesI need to export data to a text file either in VB or SQL and it has to be formmatted like this. The data is in a SQL Databse[code]...
View 7 Replies