Thank you very much i love u sooooooooo much man this helps me alot
@SwiftLearn3 жыл бұрын
You are very kind. Thanks for your comment.
@kiomortis28813 жыл бұрын
@@SwiftLearn can you tell me how can i use my database on other computers I mean when I move my app to another computer database connection fails I saw u used server authorized is that the case? How can I get a data base in web like this so I don't need to change my codes
@SwiftLearn3 жыл бұрын
@@kiomortis2881 without changing code you can do it. Put your connection string in a txt file and read connection string from the txt file. if database server in local network, you can use connectionstring. install sql server & put connection string. Thanks
@bhaktarout76912 жыл бұрын
Thank you so much 💓. It's help me a lot..
@hildalopezhernandez6571 Жыл бұрын
Hola la de eliminar no me funciona si le dijo que si lo hace y si le dijo que no como quiera lo hace en la pregunta me puede decir xque?
@hasith88592 жыл бұрын
Using Dataset can do more easily?
@PragneshSutariya-u7e4 ай бұрын
please make a video on connection database is oracle pl sql alround automation sir
@SwiftLearn3 ай бұрын
Thanks for your comment. I will try.
@DirilisErtugrulSS3 жыл бұрын
brother can you tell me how i reload data in datagridview from SQL server using invoice id
@SwiftLearn3 жыл бұрын
Add parameter in stored procedure. use a variable in c# code.
@triggeredhappy66512 жыл бұрын
Hi. why you have so many storeprocedure? Please create CRUD with single storedprocedure with insert,update,delete etc. Also use folder for class. i will wait.
@nezrinabbaszade5845 Жыл бұрын
if i use oracle sql instead of sql,will there be much difference from this video?
@SwiftLearn Жыл бұрын
Please try and let us know! Thanks
@abhishekadak56762 жыл бұрын
I m done update quary when i enter details in application msg are shown data uplod successfully but data are not shown on datagridview and dadabase also what to do... Please help me
@SwiftLearn2 жыл бұрын
First of all check your stored procedure. then check code again. confirm that you used executenonquery. thanks
@vetribergs57253 ай бұрын
@@abhishekadak5676 for me also same
@parshshinde24153 жыл бұрын
Please explain while developing sir
@SwiftLearn3 жыл бұрын
ok
@LaibaMajeed-b3b4 ай бұрын
I do this with many lectures, even with chatGpt, but I found a text error where string is applied string Name =txtName.TEXT I got an error at txtName that it cannot be found in the content
@SwiftLearn4 ай бұрын
This is the textbox name. Check your textbox name in the property. Thanks 👍
@odesanmidele10583 жыл бұрын
Can the code be made available for download?
@pejmans66353 жыл бұрын
tnx
@shujasajad72262 жыл бұрын
How to add photo in this form Please answer I really need this
@PrashantSharma-gj3li2 жыл бұрын
nice explained, please share the code
@kanchanamalais83442 жыл бұрын
I did all properly but records are not inserting. It's showing error in NonExecute query
@SwiftLearn2 жыл бұрын
Check the stored procedure in SQL first. thanks
@kanchanamalais83442 жыл бұрын
OK I will check
@Heliccv10 ай бұрын
exec statement don't work in sql2014?
@SwiftLearn8 ай бұрын
I don't have SQL 14 right now. Upgrade your SQL. Thanks 👍
@Tlight0097 ай бұрын
If exec not working . Sorry you use execute instead of exec 😂
@ayeshamishree2 жыл бұрын
I am having error "Microsoft ACE OleDb.16.0 is not registered on the local machine". please help me I have to submit project in university. I have changed any CPU to Configuration, but still its showing an error.
@PatelCollection2 жыл бұрын
Sir If you don't mind, Can I know your Name please.? I respect you and and your work because I found your stuff very helpful. Great Going..... May the Almighty reward you the best.
@shamim94552 жыл бұрын
Rowshan
@laviedemamerejemabonne48373 жыл бұрын
How to delete any text file in the listbox?
@pranaypandu92683 жыл бұрын
If u have given the PK for id then y u r using the ID in Store proceduer
@SwiftLearn3 жыл бұрын
ID is PK but not identity. If you use identity no need to mention column in Stored procedure at insert. Thanks
@pranaypandu92683 жыл бұрын
@@SwiftLearn thank you sir
@neelamshabnam5552 жыл бұрын
hi ser how can i inert image in procedures code plz replay me i need this cod urgently
@PrashantSharma-gj3li2 жыл бұрын
DataGridView1 is not found please tell me the sol. asap
@ayeshamishree2 жыл бұрын
I am having great trouble in data types of sql database, there is always an error, If you can help me please reply, i will be very thankful to you
@SwiftLearn2 жыл бұрын
i will try. what datatype?
@annaj69922 жыл бұрын
Hi, it's great tutorial, but I have problem witf DataTime: System.Data.SqlClient.SqlException: 'Error converting data type varchar to datetime.' Could you help me?
@ayeshamishree2 жыл бұрын
i am facing the same problem, I need help too
@lifebest44043 жыл бұрын
How to send received sms c# gsm using
@nobodythenobody97793 жыл бұрын
04:25 hey you cant do that in 2021 you will get linched
@pranaypandu92683 жыл бұрын
Bro when u keep primary key y u declared it bro
@offlineboy21352 жыл бұрын
Create Beging of table Declare the primary key 🗝️ bro
@hevinnichola14253 жыл бұрын
How you found the procedure name??
@SwiftLearn3 жыл бұрын
Create stored procedure in sql server. Connect sql server with your project. After that you can use stored procedure in your project created in sql server. Thanks 😊
@hevinnichola14253 жыл бұрын
@@SwiftLearn but in stored procedures..i couldnt see the new created procedures..i refresh it to..
@lifebest44043 жыл бұрын
How to create barcode rdlc report
@keyzenkumar560211 ай бұрын
Hi
@keyzenkumar560211 ай бұрын
Hello sir I having a doubt on this program because I got the error that is error in converting datatype varchar to datetype.
@keyzenkumar560211 ай бұрын
Please help me to resolve this error.
@SwiftLearn8 ай бұрын
Check your data type in table in SQL. Data type must be matched with SQL and code
@SwiftLearn8 ай бұрын
Thanks 👍
@thuy33623 жыл бұрын
minh lam bi loi Error converting data type varchar to datetime.