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

Поделиться
HTML-код
  • Опубликовано: 9 янв 2025

Комментарии • 279

  • @rahimmughal4552
    @rahimmughal4552 5 лет назад +9

    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 лет назад +2

      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 лет назад +2

      @@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

  • @globalinvest9275
    @globalinvest9275 5 лет назад +2

    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.

  • @selvarani9386
    @selvarani9386 3 года назад

    Iam trying a lot without installing sqlserver. But your video is best and good. It's working nicely 😊😊

  • @carltechviews605
    @carltechviews605 4 года назад +2

    Wow, this is what I've search for. Now i know it. Thanks to u sir.

    • @SwiftLearn
      @SwiftLearn  4 года назад

      You are most welcome🌹🌹

  • @zerosandones7547
    @zerosandones7547 4 года назад +1

    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.

  • @sardorbektalatov3078
    @sardorbektalatov3078 3 года назад +2

    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

  • @aminaali5905
    @aminaali5905 5 лет назад +2

    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.

  • @ahmed_raaphat
    @ahmed_raaphat 4 года назад +2

    That is exactly what iam looking for! thanks a lot .

    • @SwiftLearn
      @SwiftLearn  4 года назад +1

      Glad I could help! please keep in touch.

  • @frankbauer2727
    @frankbauer2727 5 лет назад +1

    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.

  • @cmcotrading
    @cmcotrading 7 месяцев назад

    I love your energy! This is what i was looking for

    • @SwiftLearn
      @SwiftLearn  5 месяцев назад

      So glad! Thanks for your comment. Please keep connected.

  • @letuslearn8433
    @letuslearn8433 2 года назад +1

    Nice video bro.just keep it up

    • @SwiftLearn
      @SwiftLearn  2 года назад

      Thanks for your comment. You are very kind.

  • @hitendusseja6615
    @hitendusseja6615 3 года назад

    Thank you very much sir, was looking for this since a very long time

  • @jersondomalaon1505
    @jersondomalaon1505 3 года назад +1

    Thank you so much more blessings to come

    • @SwiftLearn
      @SwiftLearn  3 года назад

      Pleased to see your comment. Thanks

  • @zerosandones7547
    @zerosandones7547 4 года назад +3

    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?

  • @codeisnull6777
    @codeisnull6777 4 года назад +1

    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

  • @vicky-q3v
    @vicky-q3v 3 года назад +2

    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.

  • @oriannaakali1622
    @oriannaakali1622 5 лет назад +4

    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 лет назад +1

      Has Swift Learn or anyone found the solution to this ?

    • @hardysingh198
      @hardysingh198 3 года назад

      @@souravroy5751 you just need to create backup for database

  • @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.

  • @leonroutzounis383
    @leonroutzounis383 2 года назад +1

    Very nice, One question. How does one backup and restore the database in the created file?

  • @mybox6177
    @mybox6177 4 года назад +1

    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

  • @umairrehman2703
    @umairrehman2703 3 года назад

    10:48 in my prereqsuites .netframe work for client profile is not available

  • @narwinmerluza9906
    @narwinmerluza9906 5 лет назад +3

    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 ??

  • @valchalas
    @valchalas 5 лет назад +1

    it says a signing certificate is needed. It aborts the publishing after that.

  • @aimanmalkawi8831
    @aimanmalkawi8831 5 лет назад +2

    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

  • @tunpeter7564
    @tunpeter7564 2 года назад +1

    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.

  • @muhammadrasul1581
    @muhammadrasul1581 4 года назад +2

    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 года назад +1

      Restart the PC and try again. hope you will do.

    • @محمدسعيد-ش5ك8س
      @محمدسعيد-ش5ك8س 3 года назад +1

      If it didn't work, you should use ssms to see list of databases and detach the one you are going to use

  • @manojbhatt9350
    @manojbhatt9350 4 года назад +2

    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 ruclips.net/video/wwG6fc6mvFo/видео.html

  • @hafizmluqman
    @hafizmluqman 5 лет назад +1

    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 ruclips.net/video/H01Tok3jpsw/видео.html

    •  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.

  • @suryak7602
    @suryak7602 4 года назад +1

    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.

  • @fujiahermawan8
    @fujiahermawan8 4 года назад +1

    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

  • @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.

  • @zerosandones7547
    @zerosandones7547 5 лет назад +1

    In creating desktop apps(.exe) which is much better, java or c#?

    • @SwiftLearn
      @SwiftLearn  5 лет назад +1

      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)

  • @kylevargas7530
    @kylevargas7530 2 года назад

    Worth to watch and subscribe

  • @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.

  • @akshaychougule7170
    @akshaychougule7170 5 лет назад +1

    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.

  • @aryanbhaskar7872
    @aryanbhaskar7872 4 года назад +1

    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 ruclips.net/video/SiSxjkTTRhw/видео.html THANKS.

  • @jkdev396
    @jkdev396 4 года назад +1

    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.

  • @thanhvan3528
    @thanhvan3528 3 года назад +1

    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 👍👍

  • @krishnaraovasudevan8520
    @krishnaraovasudevan8520 5 лет назад +1

    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 ruclips.net/video/H01Tok3jpsw/видео.html
      thanks.

  • @abdelillahbenali9718
    @abdelillahbenali9718 4 года назад +1

    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 года назад +1

      May be the problem of prerequisites. to add prerequisites accurately see this tutorial too ruclips.net/video/H01Tok3jpsw/видео.html

  • @aneeqmurtaza8122
    @aneeqmurtaza8122 4 года назад

    Sir in prerequesties I have no option client profile and windows installer?? What should I do

  • @kaushikdayalan924
    @kaushikdayalan924 4 года назад +1

    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  4 года назад +1

      You are working good. Set full control in installed folder instead of .mdf file. thanks

    • @kaushikdayalan924
      @kaushikdayalan924 4 года назад

      @@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.

  • @mahmoodalgoul3717
    @mahmoodalgoul3717 4 года назад +1

    Hi, well it will work even without SQL Server installed in any other machine?

    • @SwiftLearn
      @SwiftLearn  4 года назад +1

      Yes it will work. But you must add SQL in prerequisites. thanks

  • @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?

  • @vikashpatel8947
    @vikashpatel8947 4 года назад +1

    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 года назад +1

      Select SQL server in prerequisites.

  • @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?

  • @rameshpudi4817
    @rameshpudi4817 3 года назад

    in visual studio 2015 it is possible .i am not getting that version dataset

  • @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...

  • @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 ?

  • @talharaza1246
    @talharaza1246 4 года назад +1

    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,

  • @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

  • @christiansanchez8656
    @christiansanchez8656 5 лет назад +1

    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

  • @xbxb
    @xbxb Год назад

    in the .config.deploy. The connection string is still the sqlserver

  • @isaqpasha394
    @isaqpasha394 4 года назад

    Thank you so much, sir.

  • @ishanchauhan5016
    @ishanchauhan5016 4 года назад +1

    sir, how to convert the full path of the connection string to the data directory.

    • @SwiftLearn
      @SwiftLearn  4 года назад +1

      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.)

  • @malgoul
    @malgoul 4 года назад +1

    Sir you can deploy the project without install sql server express?

    • @SwiftLearn
      @SwiftLearn  4 года назад +1

      No need to install sql server manually. Just add SQL in Prerequisites. To add Prerequisites watch this tutorial ruclips.net/video/H01Tok3jpsw/видео.html thanks

    • @malgoul
      @malgoul 4 года назад +1

      @@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

  • @Mycotta01
    @Mycotta01 4 года назад

    Can you make tutorial for postgresql too?

  • @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

  • @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

  • @kkspandiceo
    @kkspandiceo 5 лет назад +1

    Video error sir. Can't excute procesz

  • @Code_with_Iphie
    @Code_with_Iphie 2 года назад

    Sir, when I added the database it did not connect to the database

  • @fujiahermawan8
    @fujiahermawan8 4 года назад +1

    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?

  • @mahdealjamil3796
    @mahdealjamil3796 4 года назад +1

    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 года назад +1

      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??

  • @zainuddin9484
    @zainuddin9484 4 года назад +1

    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.

  • @sujaysshenoy247
    @sujaysshenoy247 5 лет назад +1

    Where did you get the contents of the application files from??

    • @SwiftLearn
      @SwiftLearn  5 лет назад

      Installed location. C - Program Files -

  • @McLovin__
    @McLovin__ 5 лет назад +1

    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.

  • @sagarutwani4739
    @sagarutwani4739 3 года назад

    i have created database with tables, procedure and all, so how to bring that database complete file in project

  • @romeljohnviloria8581
    @romeljohnviloria8581 4 года назад +1

    Sir, can you still run the application whenever you lost your network connection?

    • @SwiftLearn
      @SwiftLearn  4 года назад

      No need to network to run this application.

  • @DirilisErtugrulSS
    @DirilisErtugrulSS 4 года назад +1

    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 года назад +1

      @@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

  • @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

  • @joshuareyes2939
    @joshuareyes2939 3 года назад +1

    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

  • @amktechnologies9313
    @amktechnologies9313 5 лет назад +1

    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 .....

  • @ishanchauhan5016
    @ishanchauhan5016 4 года назад +1

    ​ @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 ruclips.net/video/wwG6fc6mvFo/видео.html

  • @GiorgiGogenia
    @GiorgiGogenia 5 лет назад +2

    100th Liker xD nice video

  • @hamdiayadi9815
    @hamdiayadi9815 5 лет назад +1

    Is there such solution to mysql database on phpmyadmin server ?

    • @SwiftLearn
      @SwiftLearn  4 года назад

      Thanks for your comment. i have to study PHP MySql

  • @haftomkahsay7902
    @haftomkahsay7902 5 лет назад +1

    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. ruclips.net/video/H01Tok3jpsw/видео.html

  • @PawanKumar-hj8sn
    @PawanKumar-hj8sn 3 года назад

    Is it temporary? I cant see the rows i added in the database.. Plz provide me the solution for permanent save..

  • @esersoft1830
    @esersoft1830 4 года назад +1

    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. ruclips.net/video/H01Tok3jpsw/видео.html thanks.

  • @Shubham_848Vlog
    @Shubham_848Vlog 2 года назад

    How to dump csv file into ce data base and view ce data base from viewer.

  • @umairrehman2703
    @umairrehman2703 3 года назад +1

    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.

  • @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.

  • @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.

  • @Code_with_Iphie
    @Code_with_Iphie 2 года назад

    My data deletes after I put in records and close my system

  • @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 года назад +1

      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.

  • @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

  • @ShrikantJadhavPatil
    @ShrikantJadhavPatil 5 лет назад +1

    I am still getting the error - Server was not found or was not accessible. Plz Help me out sir

    • @SwiftLearn
      @SwiftLearn  5 лет назад +1

      Create setup file with prerequisites with SQL Server. Thanks

  • @adhityaprimandhika
    @adhityaprimandhika 4 года назад +1

    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?

  • @aryanbhaskar7872
    @aryanbhaskar7872 4 года назад

    How to get setup project in vs 2012 exp. Version

  • @rizwanyousaf4667
    @rizwanyousaf4667 5 лет назад

    sir in this case SQL need to be installed ?

    • @SwiftLearn
      @SwiftLearn  5 лет назад

      .net framework is enough to run this application.

  • @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

  • @drusttaib607
    @drusttaib607 5 лет назад

    sir, how to add auto increment and unique features to columns manually?

    • @SwiftLearn
      @SwiftLearn  5 лет назад +2

      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 лет назад +1

      @@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?

  • @niranjangoswami1417
    @niranjangoswami1417 5 лет назад

    Thank you so much sir

  • @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 года назад +1

      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 ruclips.net/video/H01Tok3jpsw/видео.html

  • @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.

  • @shwetapapdiwal5307
    @shwetapapdiwal5307 4 года назад +1

    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

  • @keshavm1693
    @keshavm1693 5 лет назад +1

    How should I include Icon in App ?

    • @SwiftLearn
      @SwiftLearn  5 лет назад

      ruclips.net/video/yLhTrmWfpHk/видео.html it may help you.

  • @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";

  • @harkorsky
    @harkorsky 2 года назад

    I'm having an error saying dat;
    An error occured while signing: SignTool.exe not found

  • @zainuddin9484
    @zainuddin9484 4 года назад +1

    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.

  • @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 лет назад +1

      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 лет назад +1

      Thanks for your suggession. In this tutorial i have focused on creating setup file. i will focuse on everything in upcoming tutorial.