How to Create Setup File With attaching SQL Database .mdf with proof in c# windows application

  Рет қаралды 94,928

Swift Learn

Swift Learn

Күн бұрын

Пікірлер: 279
@rahimmughal4552
@rahimmughal4552 5 жыл бұрын
Hello Sir , Your Way Of Defining Is Just Awesome , sir i'm facing a issue when i add new Database.mdf file then perform the other work that you shown in the video, but when i run the project, it displays error in my query, but the query is same as the query you shown in the video, i'm using MS Visual Studio 2012. & this is the connection string which i'm getting from App.Config File : "Data Source=(LocalDB)\v11.0;AttachDbFilename=|DataDirectory|\Database1.mdf;Integrated Security=True" ; Please Sir Help me regarding to this
@SwiftLearn
@SwiftLearn 5 жыл бұрын
Watch video once again and put @ for example @"Data Source=(..... and let me know. please like subscribe and share.
@rahimmughal4552
@rahimmughal4552 5 жыл бұрын
@@SwiftLearn Sir Thanks For Your love, & for Pinning My Comment :*
@SwiftLearn
@SwiftLearn 5 жыл бұрын
@@rahimmughal4552 Try with [User] or dbo.user. if still not solve connect with me in facebook.com/rowshanp
@rahimmughal4552
@rahimmughal4552 5 жыл бұрын
@@SwiftLearn Let Me try With dbo.user / Others names Sir
@rahimmughal4552
@rahimmughal4552 5 жыл бұрын
@@SwiftLearn Actually Sir , there was problem with my table name name 'user' that is the constant of SQl language , later i created table with another name & it's worked for me :D Thanks You so much for your corporation & For your Precious Time Sir
@zerosandones7547
@zerosandones7547 4 жыл бұрын
Why do you have a connection string here @5:00? If I go there I don't have my connection string and I need to manually input it. and why is my connection string look like this: Data Source=(LocalDB)\MSSQLLocalDB;AttachDbFilename="D:\Visual Studio\Basic CRUD\CRUD\CRUD\CRUDDatabase.mdf";Integrated Security=True? I have an sql server express but I don't know how to bind it with my winforms app. please help.
@selvarani9386
@selvarani9386 3 жыл бұрын
Iam trying a lot without installing sqlserver. But your video is best and good. It's working nicely 😊😊
@globalinvest9275
@globalinvest9275 5 жыл бұрын
Great job Swift Learn. Its working in different computer.I have created setup file with attaching database, but failed to run in different computer because of it can not connect with SQL. Now I just get my solution and its working fine in different computer with SQL database.
@SwiftLearn
@SwiftLearn 5 жыл бұрын
Thanks for your comment. Please share to help others
@jedzernaofficial3942
@jedzernaofficial3942 4 жыл бұрын
How did you fix it please😭
@zainuddin9484
@zainuddin9484 4 жыл бұрын
How did you fix it brother
@wahibomer1176
@wahibomer1176 3 жыл бұрын
Can you helo me
@WinManRus
@WinManRus 8 ай бұрын
Hello@@wahibomer1176
@carltechviews605
@carltechviews605 4 жыл бұрын
Wow, this is what I've search for. Now i know it. Thanks to u sir.
@SwiftLearn
@SwiftLearn 4 жыл бұрын
You are most welcome🌹🌹
@aminaali5905
@aminaali5905 5 жыл бұрын
Great Solution. I have faced much problem in setup file with attached SQL database. what is not working in different PC. displaying error a network related instance specific error occurred. in my point of view this is the solution i am waiting for. thanks Swift Learn for uploading this video.
@SwiftLearn
@SwiftLearn 5 жыл бұрын
Thanks mohad. feeling proud to see your comment.
@taimoorshehzad2477
@taimoorshehzad2477 2 жыл бұрын
Mam Can you help me ?
@sardorbektalatov3078
@sardorbektalatov3078 3 жыл бұрын
I really liked the way you explained very interesting and good video you made the word "YES" is makes more attention keep it up and thanks for the video liked and subscribed
@umairrehman2703
@umairrehman2703 3 жыл бұрын
10:48 in my prereqsuites .netframe work for client profile is not available
@zerosandones7547
@zerosandones7547 4 жыл бұрын
Hey, what to do if my connection string looks like this: "Data Source=(LocalDB)\MSSQLLocalDB;AttachDbFilename=D:\Visual Studio\Project\Project\DB.mdf;Integrated Security=True"? Does this affect the project?
@tunpeter7564
@tunpeter7564 2 жыл бұрын
Hello Sir, may i ask that the prerequisite for the Microsoft .net framework must use client profile?
@SwiftLearn
@SwiftLearn 2 жыл бұрын
Yes. You can install .net framework separately. But It should be compatible with visual studio version. Thanks.
@frankbauer2727
@frankbauer2727 5 жыл бұрын
Thank you so much, you've just saved me. I wouldn't mind donating something to you, in the meantime, CHEERS from Kenya, Africa!
@SwiftLearn
@SwiftLearn 5 жыл бұрын
Thanks for your comment. Please keep connected. your comment inspired enough to make new tutorial.
@vicky-q3v
@vicky-q3v 3 жыл бұрын
Can anyone help with any link or so where multiple user (who are on same network) but different computers can use this application simultaneously and their data will be updated for all... If we run different set up on different computers then their database will be different ,,so we should be able to share the database across different computers. So how can we do that...Thank You...
@SwiftLearn
@SwiftLearn 3 жыл бұрын
So create a setup file without attaching database. And the database must be installed and configured in local network PC. Use ConncetionString of that PC where SQL server exist. After that the application will be accessible from all PC simultaneously in local network. Thanks.
@ahmed_raaphat
@ahmed_raaphat 4 жыл бұрын
That is exactly what iam looking for! thanks a lot .
@SwiftLearn
@SwiftLearn 4 жыл бұрын
Glad I could help! please keep in touch.
@cmcotrading
@cmcotrading 7 ай бұрын
I love your energy! This is what i was looking for
@SwiftLearn
@SwiftLearn 4 ай бұрын
So glad! Thanks for your comment. Please keep connected.
@suryak7602
@suryak7602 4 жыл бұрын
At 3:49 ,I'm unable to create table, there's is no option for add new table.how to add it?
@SwiftLearn
@SwiftLearn 4 жыл бұрын
You can add table using SQL Server than connect with the project. if you don't have Server Explorer go to view menu and click on Server Explorer. thanks.
@muhammadrasul1581
@muhammadrasul1581 4 жыл бұрын
hey sir, what if i already have a database and created a table in sql server database, but in my debug* there is no extension for mdf and once i try to copy from Programming files to debug* file it says that the file is opened somewhere while everything is closed???
@SwiftLearn
@SwiftLearn 4 жыл бұрын
Restart the PC and try again. hope you will do.
@محمدسعيد-ش5ك8س
@محمدسعيد-ش5ك8س 3 жыл бұрын
If it didn't work, you should use ssms to see list of databases and detach the one you are going to use
@letuslearn8433
@letuslearn8433 2 жыл бұрын
Nice video bro.just keep it up
@SwiftLearn
@SwiftLearn 2 жыл бұрын
Thanks for your comment. You are very kind.
@mybox6177
@mybox6177 4 жыл бұрын
Hello very nice . Is your application have build db and can store data for working.for example you store some data save close application and next time you open this app this data stored for reading.?
@SwiftLearn
@SwiftLearn 4 жыл бұрын
these data can be read modify and delete using application. thanks
@manojbhatt9350
@manojbhatt9350 4 жыл бұрын
a network related instance specific error occurred while establishing a connection to sql server, i m facing kinda this error in host computer
@SwiftLearn
@SwiftLearn 4 жыл бұрын
It means can not connect with the SQL server. Add prerequisites. follow this tutorial kzbin.info/www/bejne/raiqZ5mZa9KpfNE
@hitendusseja6615
@hitendusseja6615 3 жыл бұрын
Thank you very much sir, was looking for this since a very long time
@codeisnull6777
@codeisnull6777 4 жыл бұрын
bro very good tutorial so useful keep creating vids like this thanks for sharing . bro i love your yes saying way
@SwiftLearn
@SwiftLearn 4 жыл бұрын
Glad you liked it and also glad to support programmers. thanks
@thanhvan3528
@thanhvan3528 3 жыл бұрын
Hi Sir,have If my client PC dont have a SQL engine installed yet, the setup will automatically install SQL engine for it?
@SwiftLearn
@SwiftLearn 3 жыл бұрын
Yes. In that case you should select sql in prerequisites during the creation of setup file. Thanks 👍👍
@narwinmerluza9906
@narwinmerluza9906 5 жыл бұрын
Hi Sir, in your tutorial will the database will only be save on 1 computer (as server)? or every computer that runs the installer will have their own database?
@SwiftLearn
@SwiftLearn 5 жыл бұрын
Your second question is true. If you install this app in a computer, the database .mdf will be stored in program files in the installed computer. Its allowed to backup the .mdf file from that directory folder. thanks.
@hanssss13
@hanssss13 4 жыл бұрын
@@SwiftLearn database will be stored automatically in the program file ?? even though on another computer sql server is not installed ??
@oriannaakali1622
@oriannaakali1622 5 жыл бұрын
Great tutorial, thank you a lot, but I have a question. I already have data in my database (and users should be abel to add to that data). So how can I make that the data in the database won't be lost when I install the program on a different computer? I could really use your help.
@SwiftLearn
@SwiftLearn 5 жыл бұрын
Thanks for your comment. i will check.
@souravroy5751
@souravroy5751 5 жыл бұрын
Has Swift Learn or anyone found the solution to this ?
@hardysingh198
@hardysingh198 3 жыл бұрын
@@souravroy5751 you just need to create backup for database
@jersondomalaon1505
@jersondomalaon1505 3 жыл бұрын
Thank you so much more blessings to come
@SwiftLearn
@SwiftLearn 3 жыл бұрын
Pleased to see your comment. Thanks
@zerosandones7547
@zerosandones7547 5 жыл бұрын
In creating desktop apps(.exe) which is much better, java or c#?
@SwiftLearn
@SwiftLearn 5 жыл бұрын
I am c# programmer. started to study in java. i can not evaluate this time. thanks.
@atanki5682
@atanki5682 5 жыл бұрын
Both are good but java is mostly used for programming robots nowadays but it's still used for everything all I'm saying is c# is more practical for these type of things (.exe)
@jkdev396
@jkdev396 4 жыл бұрын
what if there is crystal report involved? How can i connect it with already designed crystal reports?
@SwiftLearn
@SwiftLearn 4 жыл бұрын
I will make such tutorial as soon as possible. thanks
@jkdev396
@jkdev396 4 жыл бұрын
@@SwiftLearn Thanks Looking forward to it. Please make it priority as i am sure alot of people want to know.
@zainuddin9484
@zainuddin9484 4 жыл бұрын
There'sno option of .netframework 4 client profile in my prerequisite please help.
@SwiftLearn
@SwiftLearn 4 жыл бұрын
Scroll down and check. thanks
@zainuddin9484
@zainuddin9484 4 жыл бұрын
@@SwiftLearn i didn't expect that stupid reply, obviously i had checked everything by scrolling before i came here to ask you.
@SwiftLearn
@SwiftLearn 4 жыл бұрын
@@zainuddin9484 do you use VS 2010. If its upper or lower it may change .net framework version. i will try with upper version of visual studio and let you know. thanks.
@rameshpudi4817
@rameshpudi4817 3 жыл бұрын
in visual studio 2015 it is possible .i am not getting that version dataset
@christiansanchez8656
@christiansanchez8656 5 жыл бұрын
hello sir, do we still need lan server or internet to make it work?
@SwiftLearn
@SwiftLearn 5 жыл бұрын
If already install VS, no need internet. ealse need internet during installation. i will make a tutorial which will allow to install withoiut interent. thanks.
@mrceejay7086
@mrceejay7086 5 жыл бұрын
@@SwiftLearn pls am waiting also, thanks
@leonroutzounis383
@leonroutzounis383 Жыл бұрын
Very nice, One question. How does one backup and restore the database in the created file?
@mahmoodalgoul3717
@mahmoodalgoul3717 4 жыл бұрын
Hi, well it will work even without SQL Server installed in any other machine?
@SwiftLearn
@SwiftLearn 4 жыл бұрын
Yes it will work. But you must add SQL in prerequisites. thanks
@valchalas
@valchalas 5 жыл бұрын
it says a signing certificate is needed. It aborts the publishing after that.
@malgoul
@malgoul 4 жыл бұрын
Sir you can deploy the project without install sql server express?
@SwiftLearn
@SwiftLearn 4 жыл бұрын
No need to install sql server manually. Just add SQL in Prerequisites. To add Prerequisites watch this tutorial kzbin.info/www/bejne/fmGUhaKhaM-jqdk thanks
@malgoul
@malgoul 4 жыл бұрын
@@SwiftLearn Thanks for quick reply, unfortunately I'm using vs 2008 and the prerequisites is not getting installed do you suggest to add download link manually?
@SwiftLearn
@SwiftLearn 4 жыл бұрын
@@malgoul If manually than you should install sql server and .netframework. thanks
@aneeqmurtaza8122
@aneeqmurtaza8122 4 жыл бұрын
Sir in prerequesties I have no option client profile and windows installer?? What should I do
@joshuareyes2939
@joshuareyes2939 3 жыл бұрын
Hi Sir, I install it to another pc the setup I made but always shows error 26. please help me 🙏 Thank you sir
@SwiftLearn
@SwiftLearn 3 жыл бұрын
Select SQL server in prerequisites during creating setup file. then try to install once again. Thanks
@talharaza1246
@talharaza1246 4 жыл бұрын
It will support Backup and Restore?
@SwiftLearn
@SwiftLearn 4 жыл бұрын
Go to the installed directory and take the .mdf and .ldf file. all data available in this files. thanks,
@aimanmalkawi8831
@aimanmalkawi8831 5 жыл бұрын
Thanks this is very good teaching. However, this will not work on other computer unless you have the same environment as the original application machine, what are the requirements to install it on any computer client without bothering checking their environment? An other question please; this works only on one project, but what if you have more than one project in your solution and they are all connected to gother? Thanks in advance :)
@SwiftLearn
@SwiftLearn 5 жыл бұрын
Thanks for your comment. i have to be more practical about it.
@mrceejay7086
@mrceejay7086 5 жыл бұрын
@@SwiftLearn great tutorial, pls can you make a video for setting up the application and its environment on client machine. thank you
@abdelillahbenali9718
@abdelillahbenali9718 4 жыл бұрын
When installing on another computer, an error appears. "(A network related or instance specific error occurred while establishing a connection to sql server the server could not be found or cannot be accessed. check that the name of the instance is correct and that sql server is configured to allow connections (provider sql network interfaces error: 52 impossible to locate the installation of a local database runtime check that sql server express is installed and that local database runtime functionality is enabled)" Please explain the matter as soon as possible
@SwiftLearn
@SwiftLearn 4 жыл бұрын
May be the problem of prerequisites. to add prerequisites accurately see this tutorial too kzbin.info/www/bejne/fmGUhaKhaM-jqdk
@PRONOOBSPAK
@PRONOOBSPAK 5 жыл бұрын
sir thats ok but what if i have used entity framework and created model and tables of database in my program how to add it with my program setup and configure that. its not working in the other pc.
@fujiahermawan8
@fujiahermawan8 4 жыл бұрын
on another pc its say "cannot be opened because it is version 852 this server supports version 706 and earlier" how to fix it ?
@SwiftLearn
@SwiftLearn 4 жыл бұрын
May be its happened due to sql server version. do you have installed sql server in client PC? if yes, then your application database should be compatible with client database. thanks.
@fujiahermawan8
@fujiahermawan8 4 жыл бұрын
@@SwiftLearn what version should i install?
@zerosandones7547
@zerosandones7547 4 жыл бұрын
How do you add icons when installing/publishing this way? I cant see icons when going to the control panel or desktop icon.
@Xtrade-tricks
@Xtrade-tricks 2 жыл бұрын
HI thank you sir! sir i have a problem how to connect Crystal report with local database in this method Crystal report not working how to print data
@fujiahermawan8
@fujiahermawan8 4 жыл бұрын
thanks for tutorial its work for my machine, but when try on client pc this error apprears "cannot be opened because it is version 852 this server supports version 655 and earlier" how to fix it
@SwiftLearn
@SwiftLearn 4 жыл бұрын
I have no idea right now. i will back after getting solution. thanks
@mahdealjamil3796
@mahdealjamil3796 4 жыл бұрын
thank you sir, but I am Getting an error An Attempt to attach an auto named database for file (file.mdf) failed. a database with the same name exists, or specified file can't be opened, or it is located on UNC share. how can i solve that
@SwiftLearn
@SwiftLearn 4 жыл бұрын
an error occured due to multiple reasons. try to solve one by one. 1. delete everything in installed location as well as .mdf and .ldf file(C Drive) 2. Create full permission in the installed location (C Drive). than try. thanks.
@pavithrayogarajah1666
@pavithrayogarajah1666 3 жыл бұрын
@@SwiftLearn How to find install location? This is my problem, can you please explain little more clearly??
@kaushikdayalan924
@kaushikdayalan924 3 жыл бұрын
Hi, your implementation works really good thanks for the help. But I am facing one issue that is when I am trying to install my software on client computer. I keep encountering the problem "Cannot update database because database is read only" I had to go to installed folder in program files and set the mdf and ldf file permissions to full control for the user that is when write operations work. Is there any possible fix for this rather than always going and setting permissions to it.
@SwiftLearn
@SwiftLearn 3 жыл бұрын
You are working good. Set full control in installed folder instead of .mdf file. thanks
@kaushikdayalan924
@kaushikdayalan924 3 жыл бұрын
@@SwiftLearn Thank you so much for the reply. Can this be automated by the setup or anyway possible or is it only possible to be done manually.
@boujaoudkamal3727
@boujaoudkamal3727 3 жыл бұрын
hello SIR? I dont have nothing in app config, i have my data base is located in my laptp and i add a manual connection but how can i have the same as you i have visual studio 2019 and i want my app work in all compture Please help
@McLovin__
@McLovin__ 5 жыл бұрын
My data is not saving to the database. It is always gone after I relaunch my program. Need help!
@SwiftLearn
@SwiftLearn 5 жыл бұрын
Copy the .mdf file and replace it in system directory installed folder. thanks.
@tusharsaini6802
@tusharsaini6802 4 жыл бұрын
Sir I make a project on java swing desktop application using netbeans and mysql ....how can i sir install the project on other machines with database please help sir...
@adhityaprimandhika
@adhityaprimandhika 4 жыл бұрын
I have problem with my own project that after i install it there is a problem that mention |Data Directory| please somebody helpp
@SwiftLearn
@SwiftLearn 4 жыл бұрын
Create full permission(Read Write) in the installed directory. Thanks.
@adhityaprimandhika
@adhityaprimandhika 4 жыл бұрын
@@SwiftLearn Thank you sir, the problem has solved
@onee0.01
@onee0.01 4 жыл бұрын
@@SwiftLearn I got error: System.Data.SqlClient.SqlException (0x80131904): Directory lookup for the file "C:\Users\cuu99\AppData\Local\Apps\2.0\Data\O8XX813R.VG9\41Z8Q9LC.L1Y\ktxv..tion_0000000000000000_0001.0000_cc470ef13f032ec0\Data\ktxV3dot15.mdf" failed with the operating system error 5(Access is denied.). Cannot attach the file 'C:\Users\cuu99\AppData\Local\Apps\2.0\Data\O8XX813R.VG9\41Z8Q9LC.L1Y\ktxv..tion_0000000000000000_0001.0000_cc470ef13f032ec0\Data\ktxV3dot15.mdf' as database 'ktxV3dot15'. How to fix it bro?
@DirilisErtugrulSS
@DirilisErtugrulSS 4 жыл бұрын
Database readonly error after setup installation how solve it ??
@SwiftLearn
@SwiftLearn 4 жыл бұрын
Go to the installed location and apply full permission. read and write. full control.
@onee0.01
@onee0.01 4 жыл бұрын
@@SwiftLearn Where? C:\User\user-name\AppData\043249\42390423\Data?
@SwiftLearn
@SwiftLearn 4 жыл бұрын
@@onee0.01 Right click on shortcut in the desktop - Click on Open File Location. you can get the file location. Thanks
@haja1963
@haja1963 4 жыл бұрын
hello, i am having a problem. in the database i set the datatype to be integer. when i query for the integer from the textbox, it says there is an error in the da.Fill(dt); line and says it only accepts integer. can you pls tell me how to fix it. thank you
@haja1963
@haja1963 4 жыл бұрын
i am very sorry, i forgot to parse the varchar to integer datatype. i watched the video once more to find it out. thank you making such an amazing tutorial
@SwiftLearn
@SwiftLearn 4 жыл бұрын
Almighty bless you to achieve goal. keep trying. thanks.
@sujaysshenoy247
@sujaysshenoy247 4 жыл бұрын
Where did you get the contents of the application files from??
@SwiftLearn
@SwiftLearn 4 жыл бұрын
Installed location. C - Program Files -
@haftomkahsay7902
@haftomkahsay7902 5 жыл бұрын
hello dear my database doesn't publish with the setup file please help me?
@SwiftLearn
@SwiftLearn 5 жыл бұрын
Add SQL as prerequisites. to add prerequisites just follow this tutorial. kzbin.info/www/bejne/fmGUhaKhaM-jqdk
@azmathayat1304
@azmathayat1304 5 жыл бұрын
I have already build project in visual studio 2013 using window form and already have database. Now i want to make its setup i have done the same steps following your videos. But when i test before it i got error ["Invalid value for key 'attachdbfilename'.]"" However i write the same connection string as ="Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\HMS.mdf;Integrated Security=True;User Instance=True" i have add existing item HMS.mdf from desktop which i have copied to desktop from C:\Program Files\Microsoft SQL Server\MSSQL12.SQLEXPRESS\MSSQL\DATA. Can you please tell me how i can fix it. Thanks in advance
@aryanbhaskar7872
@aryanbhaskar7872 4 жыл бұрын
How to do it with a image type data in db. I mean add a field for image in that??
@SwiftLearn
@SwiftLearn 4 жыл бұрын
This is very easy. just see this tutorial kzbin.info/www/bejne/iZq2qZ2hibmFntk THANKS.
@krishnaraovasudevan8520
@krishnaraovasudevan8520 5 жыл бұрын
Sir, I have created a blank database using script (using Generate Script in the Sql Server, Server Explorer in Visual Studio 2015) I wish to make an exe to use a tool in vb. Thanks in advance
@SwiftLearn
@SwiftLearn 5 жыл бұрын
Very simple. Just follow this tutorial kzbin.info/www/bejne/fmGUhaKhaM-jqdk thanks.
@ishanchauhan5016
@ishanchauhan5016 4 жыл бұрын
sir, how to convert the full path of the connection string to the data directory.
@SwiftLearn
@SwiftLearn 4 жыл бұрын
copy the connection string in txt file. use text reader and read the connection string from the directory.
@ishanchauhan5016
@ishanchauhan5016 4 жыл бұрын
​ @Swift Learn Sir, you are awesome. you've helped me a lot. I need one more help urgently. "Data Source=(LocalDB)\MSSQLLocalDB;AttachDbFilename=|DataDirectory|\shopdb.mdf;Integrated Security=True" Sir, this is my connection string. It works fine with my project solution. When I've tried to insert data it works fine till the project is in running mode but as soon as I stopped debugging it doesn't store in the Database. The Actual problem is : When I tried to install this project in client pc it shows a Database or Connection error while I'm trying to insert data But it works fine with the previous data (e.g. Login Page or fetching previously-stored record are working fine.)
@hamdiayadi9815
@hamdiayadi9815 4 жыл бұрын
Is there such solution to mysql database on phpmyadmin server ?
@SwiftLearn
@SwiftLearn 4 жыл бұрын
Thanks for your comment. i have to study PHP MySql
@kylevargas7530
@kylevargas7530 2 жыл бұрын
Worth to watch and subscribe
@arpitagrawal3656
@arpitagrawal3656 4 жыл бұрын
Sir I followed the same procedure as mentioned above but I'm unable to connect to the database on my other PC. Can you please help. Its a bit urgent
@arpitagrawal3656
@arpitagrawal3656 4 жыл бұрын
I have sent you a request on FB as well. Or please contact me over mail at: arpit.agrawal.0226@gmail.com
@SwiftLearn
@SwiftLearn 4 жыл бұрын
If you add .mdf database it will work. noted that you should use prerequisites sql server 2008 Express . Watch this tutorial from 16:15 minutes to 20:00 minutes kzbin.info/www/bejne/fmGUhaKhaM-jqdk
@MuhammadIbrahim-uc1nc
@MuhammadIbrahim-uc1nc Жыл бұрын
Do you know how to install Update of window form application with also update in database sql server without deleting perivious database?
@devni1565
@devni1565 3 жыл бұрын
This video was what i was finding for but , when i create and database and rename the table it asks me a place to save the sql file . it does not get saved in the vs like in the tutorial! Can u Please give me a solution?
@HarshadCodes
@HarshadCodes Жыл бұрын
Thank you for making informative video. We need your help for following scenario.. how to make exe file in following case if the source code Front end is developed in visual studio 8 and backend API is developed in visual studio 2013.
@crow4209
@crow4209 5 жыл бұрын
Hello sir , I am developing a software with C# where I have used Oracle 10g. will this process work in my case ?
@amktechnologies9313
@amktechnologies9313 5 жыл бұрын
How can i save database from installed computer if i am doing windows installation????
@SwiftLearn
@SwiftLearn 5 жыл бұрын
Try then let me know. but windows authentication mentioned server name in connectionstring. so .....
@akshaychougule7170
@akshaychougule7170 5 жыл бұрын
Nice video sir, Sir how to take backup of database information after installation done. Suppose any problem occurs how to take backup and restore data on client machine? Plz replay
@samaccount4645
@samaccount4645 5 жыл бұрын
+1
@SwiftLearn
@SwiftLearn 5 жыл бұрын
Go to the installed folder C:\Program Files\ your installed folder. just take the .mdf and .ldf . Try and let me know. thanks.
@hafizmluqman
@hafizmluqman 5 жыл бұрын
Thanks for Valuable Tutorial. I am facing some problem. When saving the data into DataBase though WindowForm load and insert data successfully but actually it is not saving the data into Database. However, the data save through Database it show on the windowform successfully.
@SwiftLearn
@SwiftLearn 5 жыл бұрын
when you install this aplication in defferent client PC than it will save in database. to ge proof kzbin.info/www/bejne/fmGUhaKhaM-jqdk
5 жыл бұрын
Don't trust what you see in the sever explorer, the mdf file is copied into the debug folder (every time you build your program a new one is made) so don't worry, the record is updated.
@vikashpatel8947
@vikashpatel8947 4 жыл бұрын
Hi sir this is good tutorial my setup is created successfully but when i run this application on other system i'm getting error : a network relatedor instance .......provider : SQL network interface, error 26 error location server/ instance specified.. already install sql express 2012.
@SwiftLearn
@SwiftLearn 4 жыл бұрын
Select SQL server in prerequisites.
@Shubham_848Vlog
@Shubham_848Vlog 2 жыл бұрын
sir how to create same for SQL Server Compact Edition Database File (.sdf) this type of file
@Shubham_848Vlog
@Shubham_848Vlog 2 жыл бұрын
I have to create report viewing application wit this type of data base
@xbxb
@xbxb Жыл бұрын
in the .config.deploy. The connection string is still the sqlserver
@ishanchauhan5016
@ishanchauhan5016 4 жыл бұрын
​ @Swift Learn Sir, you are awesome. you've helped me a lot. I need one more help urgently. "Data Source=(LocalDB)\MSSQLLocalDB;AttachDbFilename=|DataDirectory|\shopdb.mdf;Integrated Security=True" Sir, this is my connection string. It works fine with my project solution. When I've tried to insert data it works fine till the project is in running mode but as soon as I stopped debugging it doesn't store in the Database. The Actual problem is : When I tried to install this project in client pc it shows a Database or Connection error while I'm trying to insert data But it works fine with the previous data (e.g. Login Page or fetching previously-stored record are working fine.)
@SwiftLearn
@SwiftLearn 4 жыл бұрын
Add prerequisites. Follow this tutorial and see how to add Prerequisites kzbin.info/www/bejne/raiqZ5mZa9KpfNE
@anonnymous1411
@anonnymous1411 4 жыл бұрын
Sir i'm facing a problem, In my appconfig I can't see the connection sting. What should i do?
@anonnymous1411
@anonnymous1411 4 жыл бұрын
i'm using visual studio 2019
@SwiftLearn
@SwiftLearn 4 жыл бұрын
i will install VS 19 and inform you later. thanks.
@romeljohnviloria8581
@romeljohnviloria8581 4 жыл бұрын
Sir, can you still run the application whenever you lost your network connection?
@SwiftLearn
@SwiftLearn 4 жыл бұрын
No need to network to run this application.
@esersoft1830
@esersoft1830 4 жыл бұрын
Hello, the database is deleted when the update is made. How do we set it.
@SwiftLearn
@SwiftLearn 4 жыл бұрын
Thanks for your comment. you may get more information from this tutorial. kzbin.info/www/bejne/fmGUhaKhaM-jqdk thanks.
@aryanbhaskar7872
@aryanbhaskar7872 4 жыл бұрын
Sir if i want to save any image setting so that when i run application again then it show me the last saved image Hope you got my word... help me how to do it. For others pc. 🙏
@SwiftLearn
@SwiftLearn 4 жыл бұрын
If your image stored as binary image than it will be ok. if image in drive maintain the same directory in both PC. thanks.
@mohamadarieajharie9112
@mohamadarieajharie9112 5 жыл бұрын
i have error ===>>"an error occurred: A network-related or instance-specific error occurred while esablishing a connection to SQL Server. The Server was not found or was not accessible.Verify that instance name is correct and that SQL Server is configured to allow remote connection. (provider: SQL Network Interface, error 50: - Local Database Runtime error occurred. The specified LocalDB instance does not exist.)" when i setup in different computer and this is my connectionString ===>> connectionString="Data Source=(LocalDB)\MSSQLLocalDB;AttachDbFilename=|DataDirectory|\dbdema.mdf;Integrated Security=True;Connect Timeout=30"
@SwiftLearn
@SwiftLearn 5 жыл бұрын
Watch video once again and put @ for example @"Data Source=(..... and let me know. please like subscribe and share.
@magesvaranes2950
@magesvaranes2950 5 жыл бұрын
@@SwiftLearn I have similar error even after following your steps completely... The error is "A network-related or instance-specific error occurred while establishing a connection to SQL Server. The Server was not found or was not accessible.Verify that instance name is correct and that SQL Server is configured to allow remote connection. (provider: SQL Network Interface, error 52: - Unable to locate a Local Database Runtime Installation. Verify that SQL Server Express is properly installed and that Local Database Runtime feature is enabled.)."
@PRONOOBSPAK
@PRONOOBSPAK 5 жыл бұрын
plz install sql server on your pc first on which you are installing setup.
@harkorsky
@harkorsky 2 жыл бұрын
I'm having an error saying dat; An error occured while signing: SignTool.exe not found
@harkorsky
@harkorsky 2 жыл бұрын
@Swift learn
@zerosandones7547
@zerosandones7547 5 жыл бұрын
Is the database part of the application? like, I dont have to install sql server on client pc?
@SwiftLearn
@SwiftLearn 5 жыл бұрын
Try your experiment. thanks.
@edsonferraz1
@edsonferraz1 Жыл бұрын
Hi Sir, In the step "Application Files" when attempt is I include the files not display the database files. Please, do you can help me. My connection string is: @"Data Source=EDSON_FERRAZ\SQLEXPRESS; Integrated Security=false; Initial Catalog=VendasDB; User ID=sa; password=278012";
@ShrikantJadhavPatil
@ShrikantJadhavPatil 5 жыл бұрын
I am still getting the error - Server was not found or was not accessible. Plz Help me out sir
@SwiftLearn
@SwiftLearn 5 жыл бұрын
Create setup file with prerequisites with SQL Server. Thanks
@shwetapapdiwal5307
@shwetapapdiwal5307 4 жыл бұрын
Hello sir Plz how to solve error Severity Code Description Project File Line Suppression State Error An error occurred while signing: SignTool.exe was not found at path C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\signtool.exe. DEMO_Project
@SwiftLearn
@SwiftLearn 4 жыл бұрын
I will check.
@sagarutwani4739
@sagarutwani4739 3 жыл бұрын
i have created database with tables, procedure and all, so how to bring that database complete file in project
@kkspandiceo
@kkspandiceo 5 жыл бұрын
Video error sir. Can't excute procesz
@rizwanyousaf4667
@rizwanyousaf4667 5 жыл бұрын
sir in this case SQL need to be installed ?
@SwiftLearn
@SwiftLearn 5 жыл бұрын
.net framework is enough to run this application.
@umairrehman2703
@umairrehman2703 3 жыл бұрын
I have created a desktop Application using wpf window form Application c# with MS SQL SERVER as database Mow i want to create exe file or setup , so that i can install it on client computer I tried all the ways , search through internet alot of times but unable to create exe .... I am looking for c# wpf expert who knew how to handle this .
@SwiftLearn
@SwiftLearn 3 жыл бұрын
Thanks for your comment. I didn't tried with WPF. I will try.
@AhmadAli-ii6jn
@AhmadAli-ii6jn 5 жыл бұрын
Help Sir! When I some of database query is not working i mean sir at the time of logging in it does not proceed when the username and password is correct but when they are wrong then it gives me error
@SwiftLearn
@SwiftLearn 5 жыл бұрын
see the tutorial again and check the query whether its working in development project or not.
@PRONOOBSPAK
@PRONOOBSPAK 5 жыл бұрын
bro you must have to use try catch put the code in try block to login when username and password is true and put the exception in catch block and show a message there. try and catch blocks are used for exception handling.
@SwiftLearn
@SwiftLearn 5 жыл бұрын
Thanks for your suggession. In this tutorial i have focused on creating setup file. i will focuse on everything in upcoming tutorial.
@bhavyagarg29
@bhavyagarg29 5 жыл бұрын
i have already made the database but when i m clicking on user control(WPF) it is not showing any mdf file. plz help
@SwiftLearn
@SwiftLearn 5 жыл бұрын
So i have to check it in WPF. this tutorial is windows form application.
@Code_with_Iphie
@Code_with_Iphie Жыл бұрын
Sir, when I added the database it did not connect to the database
@drusttaib607
@drusttaib607 5 жыл бұрын
sir, how to add auto increment and unique features to columns manually?
@SwiftLearn
@SwiftLearn 5 жыл бұрын
Select max id and insert next record with max+1;
@drusttaib607
@drusttaib607 5 жыл бұрын
@@SwiftLearn thanks, one more question. I want to update the database with datagridview. As I insert to my datagridview, i want the database to be updated
@SwiftLearn
@SwiftLearn 5 жыл бұрын
@@drusttaib607 Write wpdate statement based on primary key column. put this statement in for loop.
@drusttaib607
@drusttaib607 5 жыл бұрын
@@SwiftLearn i had the same idea, but, isn't there anyway better
@drusttaib607
@drusttaib607 5 жыл бұрын
sir, I know I asked a lot, I am looking for a solution from someone, I am from a middle eastern country. I try to use a language inside the database which is Kurdish language. The problem is this language is some letters of this language is not supported in database such as ۆ ە ێ. after a lot of research I kinda found a sollution which is changing collation of the column to utf8mb4_unicode_ci. but the database is not supporting this language. I have used kurdish before in server based database. what should I do?
@zainuddin9484
@zainuddin9484 4 жыл бұрын
my app config is not showing connection string
@SwiftLearn
@SwiftLearn 4 жыл бұрын
Add a DataSet and add table from server explorer by drag. thanks
@zainuddin9484
@zainuddin9484 4 жыл бұрын
@@SwiftLearn thanks, bro but in the prerequisite there is no option of .Net Framework 4 client profile. Please help :( i am using vs 2017.
@Shubham_848Vlog
@Shubham_848Vlog 2 жыл бұрын
How to dump csv file into ce data base and view ce data base from viewer.
@keshavm1693
@keshavm1693 5 жыл бұрын
How should I include Icon in App ?
@SwiftLearn
@SwiftLearn 5 жыл бұрын
kzbin.info/www/bejne/r33LhaWjjMujfs0 it may help you.
@NA-dq4px
@NA-dq4px 4 жыл бұрын
I did in same way...but when I'm installing it on another computer...it shows SQL server error ..pls help...
@SwiftLearn
@SwiftLearn 4 жыл бұрын
you should add prerequisits(SQL Server). to add prerequisits see this tutorial. thanks.
@achamzdevsstudio3236
@achamzdevsstudio3236 4 жыл бұрын
Nice Tuts... btw i try this method but the data keeps disappearing from the database which was store.. like when you debug its adding but when i run it again there is no data(Previous data) ... how can i solve this.... thanks
@Mycotta01
@Mycotta01 4 жыл бұрын
Can you make tutorial for postgresql too?
@leonskennedy1568
@leonskennedy1568 4 жыл бұрын
How if the database is acces
@SwiftLearn
@SwiftLearn 4 жыл бұрын
If the database is access you can do it easily by following this tutorial kzbin.info/www/bejne/raiqZ5mZa9KpfNE thanks. keep connected!
@leonskennedy1568
@leonskennedy1568 4 жыл бұрын
@@SwiftLearn now i have more question icreate shop i wan to input the code, name, price, image how make image to database, and doing ubdate
@isaqpasha394
@isaqpasha394 4 жыл бұрын
Thank you so much, sir.
@SwiftLearn
@SwiftLearn 4 жыл бұрын
You are most welcome
@zerosandones7547
@zerosandones7547 5 жыл бұрын
Can I add code on the (close) button on the form? I want to redirect the user to another window when the close (x) button is clicked. btw liked and subbed ;) keep up the good work
@SwiftLearn
@SwiftLearn 5 жыл бұрын
of course you can. Thanks for your comment and support me. all the programming concept and tutorial available in this channel. keep connected.
@zerosandones7547
@zerosandones7547 5 жыл бұрын
@@SwiftLearn when i double click the form, i can code the close button there? thanks for the response :D
@SwiftLearn
@SwiftLearn 5 жыл бұрын
@@zerosandones7547 great bro
@MuhammadIbrahim-uc1nc
@MuhammadIbrahim-uc1nc 4 жыл бұрын
Severity Code Description Project File Line Suppression State Error An error occurred while signing: SignTool.exe was not found at path C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\signtool.exe. WindowsFormsApplication2 I FOUNT THIS ERROR
@SwiftLearn
@SwiftLearn 4 жыл бұрын
It's not error of your project. Try with setting full permission in C:\Program Files (x86)\Microsoft SDKs\Windows directory. or take help from google. thanks
Enceinte et en Bazard: Les Chroniques du Nettoyage ! 🚽✨
00:21
Two More French
Рет қаралды 42 МЛН
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 81 МЛН
Cat mode and a glass of water #family #humor #fun
00:22
Kotiki_Z
Рет қаралды 42 МЛН
Create RDLC Report in C# with SQL Step By Step | ProgrammingGeek
16:05
ProgrammingGeek
Рет қаралды 95 М.
Israel Has The Right To Defend Itself | Stand-up Comedy by Daniel Fernandes
15:07
Enceinte et en Bazard: Les Chroniques du Nettoyage ! 🚽✨
00:21
Two More French
Рет қаралды 42 МЛН