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

  Рет қаралды 37,106

Swift Learn

Swift Learn

Күн бұрын

Пікірлер: 76
@faizshaari6302
@faizshaari6302 4 жыл бұрын
1 question here...How did you get the connection string in 6:03 Is it automatically added to your app.config file?
@SwiftLearn
@SwiftLearn 4 жыл бұрын
When you add .mdf file in your solution it will be created automatically in app.config file. thanks
@8dmusic251
@8dmusic251 2 жыл бұрын
@@SwiftLearn no didnt happen
@rx_se447
@rx_se447 2 жыл бұрын
@@SwiftLearn it didn't happened automatically. that's also my problem
@VCodeCam168
@VCodeCam168 Жыл бұрын
@@rx_se447 It might be u don't have to create a DATASET. If u create it it will create a Connection in app. config automatically.
@madhurasati
@madhurasati 4 жыл бұрын
Great job sir keep it waiting new video for crystal report
@SwiftLearn
@SwiftLearn 4 жыл бұрын
As soon as possible. thanks
@azamchy6019
@azamchy6019 4 жыл бұрын
Very helpful video. i have seen full tutorial. Please upload a tutorial for access database. i hope that we will get it very soon. Thanks sir.
@SwiftLearn
@SwiftLearn 4 жыл бұрын
Thanks for your comment.
@jimlimuelmanlangit4069
@jimlimuelmanlangit4069 4 жыл бұрын
is it the same as .dbo ?
@fayezelectronics6201
@fayezelectronics6201 4 жыл бұрын
Help pls ,, i cannot connect database with my new server database sql,
@alialilovic5058
@alialilovic5058 2 ай бұрын
do you have a vide on how to do the same but with C# instead of VB?
@SwiftLearn
@SwiftLearn 2 ай бұрын
Thanks for your comment. Visit this tutorial kzbin.info/www/bejne/hZ3TZpuHlLOUgrM Please keep connected.
@fahamarahmani7223
@fahamarahmani7223 3 жыл бұрын
which are prerequired program for creating the setup , I did not find windows setup and mdf and ldf file please help me.
@digitalcoder5772
@digitalcoder5772 4 жыл бұрын
Along with exe setup file , which software is required on clients pc to run developed program ?
@SwiftLearn
@SwiftLearn 4 жыл бұрын
.Net framework and sql server that will be installed automatically during app.exe installation. noted that you must add .net framework and sql in prerequisites. Thanks
@Benjamin-yn7lj
@Benjamin-yn7lj Жыл бұрын
Hey i need help, when i execute the app on my pc it works fine, but when i open it in another, it says error 56 unable to load sqluserinstance.dll
@mimtiazjanjua
@mimtiazjanjua 2 жыл бұрын
Very helpfull sir how i can make copy whole directory including project and solutions using visual.basic
@gabyaguilar741
@gabyaguilar741 3 жыл бұрын
,sir may I know where can i find the database when it is already installed in other pc.? I mean those information that are being save..
@SwiftLearn
@SwiftLearn 3 жыл бұрын
right click on the shortcut on the screen and click on Open File Location. you can see the database .mdf available in the directory. Thanks.
@rootdefault6263
@rootdefault6263 3 жыл бұрын
my mdf file is out side of the folder containing my project how do i include it in so i can publish my app. (Cant seem to see it in the application files)
@draganatosovic7541
@draganatosovic7541 4 жыл бұрын
Can you please help me? I have existing database that I created in Microsoft SSMS, and I followed your video, but Visual studio never makes setup file, either it shows that database is not up to date with server, either it just says it stopped creating file. Is there any way to do this?
@SwiftLearn
@SwiftLearn 4 жыл бұрын
May be it will work- Copy .mdf and .ldf from C drive and past to your project and connect from the solution explorer. thanks
@cambodeeritnews5629
@cambodeeritnews5629 4 жыл бұрын
Could you please show us with Crystal report on (How to Create Setup File With attaching SQL Database .mdf and MS access Database in VB.Net windows application )? I love your video. Thanks.
@SwiftLearn
@SwiftLearn 4 жыл бұрын
I will make a such tutorial for you as soon as possible.
@mouloudbouzghbat4729
@mouloudbouzghbat4729 4 жыл бұрын
I have visual studio 2017 , tel me it's same with 2010?
@SwiftLearn
@SwiftLearn 4 жыл бұрын
Please try and let me know. thanks.
@vamsterc7872
@vamsterc7872 2 жыл бұрын
Hello sir, I don’t have a Microsoft .NET Framework 4 Client in my prereq option is it still okay?
@gabyaguilar741
@gabyaguilar741 3 жыл бұрын
sir do you have a video on how to fetch database and display it in a combobox using also that kind of localdatabase? thanks
@fiqah2907
@fiqah2907 4 жыл бұрын
hello sir, why my visual studio vb.net at prerequisites does not appear the client profile checkbox?please help
@hmt52
@hmt52 4 жыл бұрын
HELLO SIR, I WISH TO ASK HOW DO THIS APPLY TO MULTIPLE CLIENT USED WITH ONE SERVER, IF IT IS HOW TO INSTALL ON THE SERVER, THANK YOU.
@SwiftLearn
@SwiftLearn 4 жыл бұрын
Try and let me know. thanks
@gabyaguilar741
@gabyaguilar741 3 жыл бұрын
Good day sir.. Will iy be okay if I dont put any prerequisite..?
@SwiftLearn
@SwiftLearn 3 жыл бұрын
Yes. then you must install required software manually. like sql server etc.
@gabyaguilar741
@gabyaguilar741 3 жыл бұрын
@@SwiftLearn tnx for time sir. I really appreciate it..
@abukarieinus4745
@abukarieinus4745 4 жыл бұрын
thanks very much bro i nearly installed visual studio on my client's pc and change the connection string
@SwiftLearn
@SwiftLearn 4 жыл бұрын
Thanks for your comment.
@Shubham_848Vlog
@Shubham_848Vlog 2 жыл бұрын
How to import csv file to compact edition data base
@dimitrikolotauri6622
@dimitrikolotauri6622 4 жыл бұрын
I have done everything according the instruction you provided tho still getting an error about sql DB =(
@hamdiayadi9815
@hamdiayadi9815 4 жыл бұрын
Can you please tell me the way to do this with mysql database ?
@SwiftLearn
@SwiftLearn 4 жыл бұрын
i have to study PHP MySql.
@alawal_kabir
@alawal_kabir 3 жыл бұрын
in prerequisites I don't found microsoft .net framework 4 client profile. how to fix it in visual studio 2019
@nickvalera1017
@nickvalera1017 4 жыл бұрын
I have question if the server entered data would it be reflected to client end? Thanks
@SwiftLearn
@SwiftLearn 4 жыл бұрын
No. this is attached database. its stored all data in attached .mdf file.
@nickvalera1017
@nickvalera1017 4 жыл бұрын
@@SwiftLearn so if I'm not mistaken this is consider a stand alone system.
@camilamendieta8396
@camilamendieta8396 4 жыл бұрын
Hi everyone, I have a problem with download prerequisites from the same location as my application, how can I solve this? thanks
@chandrachan1802
@chandrachan1802 3 жыл бұрын
when i install in client pc, error Microsoft .NET Framework 4 Client Profile (x86 and x64), can you help me sir ?
@SwiftLearn
@SwiftLearn 3 жыл бұрын
Its may be the bit problem. Have you select .Net framework in prerequisites.
@chandrachan1802
@chandrachan1802 3 жыл бұрын
@@SwiftLearn yes, i have. i follow based on your video but still error, the problem is framework when i install in other pc :(
@vinothkanna5484
@vinothkanna5484 3 жыл бұрын
invalid value for key 'attachdbfilename' error was diplayed. Please give some solution
@AkihiroGaming
@AkihiroGaming 5 жыл бұрын
Can i do that without using the network?
@SwiftLearn
@SwiftLearn 5 жыл бұрын
Yes. you can use external drive to transfer setup file. no need internt thanks
@mastertechassociates3362
@mastertechassociates3362 5 жыл бұрын
Very useful tutorial. When i will get CRUD in VB
@SwiftLearn
@SwiftLearn 5 жыл бұрын
CRUD tutorial kzbin.info/www/bejne/oWKudaJthJWHsNU
@nishu5047
@nishu5047 2 жыл бұрын
client profile not showing and windows installer also not showing
@sambanihit9518
@sambanihit9518 4 жыл бұрын
I have an error on publishing my app. It got an error with windows installer 4.5. Even if i downloaded it, the installer wont open. can anyone help me?
@fayezelectronics6201
@fayezelectronics6201 4 жыл бұрын
Hello Im using windows server 2008 sql ver 2000. i have inventory system i transper database to new server but its not connect (( DB couldnt connect) pls help
@SwiftLearn
@SwiftLearn 4 жыл бұрын
First of all check your database than put connectionsting accurately. thanks
@jass4662
@jass4662 4 жыл бұрын
Thank you so much for your tutorial. It solved my lot of doubts.
@SwiftLearn
@SwiftLearn 4 жыл бұрын
You are very kind. i am very pleased to see your comment. please keep connected.
@168palakgandhi6
@168palakgandhi6 3 жыл бұрын
Its much helpful thanks 😊
@SwiftLearn
@SwiftLearn 3 жыл бұрын
Thanks for your comments 😃😃 please keep in touch.
@madhurasati
@madhurasati 4 жыл бұрын
but how to use crystal report
@AmrZeek
@AmrZeek 4 жыл бұрын
perfect and informative example thanks a lot
@SwiftLearn
@SwiftLearn 4 жыл бұрын
feeling happy to see your comment. thans you too.
@sweetenglish
@sweetenglish 5 жыл бұрын
Awesome Gr8 task😍
@deepakmisra8973
@deepakmisra8973 5 жыл бұрын
Thank you sooo much dear
@SwiftLearn
@SwiftLearn 4 жыл бұрын
Thank you too for your comment.
@ShrikantJadhavPatil
@ShrikantJadhavPatil 5 жыл бұрын
It doesnt work without sql server
@SwiftLearn
@SwiftLearn 5 жыл бұрын
Thanks for your comment. If you select SQL Server in Prerequisites, It will install automatically during installation of setup project. I think your problem will be solved.
@bhathiyap
@bhathiyap Жыл бұрын
Database version 904 and server version 706 (Error ...........)
@factsandfacts8187
@factsandfacts8187 4 жыл бұрын
BRUH thanks dude
@SwiftLearn
@SwiftLearn 4 жыл бұрын
Thanks for your comment.
@bornjason6866
@bornjason6866 4 жыл бұрын
plz prove at single pc which should not be connected with any network and SQL server should not be installed on it, otherwise don't waste time bro
@alidaher1509
@alidaher1509 3 жыл бұрын
Plz Speak French ? Thanks you 🙏
@anisghaieb1176
@anisghaieb1176 4 жыл бұрын
It doesnt work
小丑女COCO的审判。#天使 #小丑 #超人不会飞
00:53
超人不会飞
Рет қаралды 16 МЛН
Каха и дочка
00:28
К-Media
Рет қаралды 3,4 МЛН
Cat mode and a glass of water #family #humor #fun
00:22
Kotiki_Z
Рет қаралды 42 МЛН
人是不能做到吗?#火影忍者 #家人  #佐助
00:20
火影忍者一家
Рет қаралды 20 МЛН
VB.NET How To Connect To An SQL Server Over The Internet.
18:39
Andrew Eberle
Рет қаралды 121 М.
VB.NET - POS Receipt (Thermal Printer) less coding
17:29
OpenAI Announces o3: Nearing Artificial General Intelligence
4:03
Nate B Jones
Рет қаралды 1,3 М.
How to clear Payments in CarWashPoint of sale(Vb.Net application)
3:05
小丑女COCO的审判。#天使 #小丑 #超人不会飞
00:53
超人不会飞
Рет қаралды 16 МЛН