Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. baran121

    take a database from system databse place

    Hi everyone, I have a database in system database place. I dont know how i put it there, but this database is not a system database. how can i change it's place. thanks.
  2. baran121

    using dbcontext in unit of work

    Hello, i have a question about unit of work pattern. In unit of work pattern class constructor I take Isntance from dbcontext. so when i use each time unit of work ,i reinstance dbcontext. We want to be sure using which one better for performance. using singleton dbcontext or to reinstance it...
  3. baran121

    Visual basic 6 is running very very slow

    I foud solution thanks. I romove vb6 and install again then it has been solved.
  4. baran121

    Visual basic 6 is running very very slow

    Hi Everyone, I have windows 10 on my computer. I am using visual basic 6 is runnnig on my computer. Nowadays when i run (F5) vb6 it is waiting me much. I make admin user, and disable themas. but still it is too much slow. please help me.
  5. baran121

    vb6 runnnig problem

    Hi Everyone, I have windows 10 on my computer. I am using visual basic 6 is runnnig on my computer. Nowadays when i run (F5) vb6 it is waiting me much. I make admin user, and disable themas. but still it is too much slow. please help me.
  6. baran121

    can not run my c sharp project

    hi Xwb thank you for your reply. run in side visual studio. after static SqlConnection cnnortak = new SqlConnection(); that code it is in waiting. not continue .
  7. baran121

    can not run my c sharp project

    Hi everybody, I use visual studio 2017 for my c# project. for a long time i could work and run my project. Now i can not run it,but still can build it. After i built project i see it works in another computer. i regognize that in fist definition of virables there is SqlConnection , system doesnt...
  8. baran121

    sql user default language problem

    Hi gmmastros, Thank you for your reply. I have tried (set language) . But still i have problem. I susspect Windows server date and time format . Even i change region format with dd.mm.yyyy in my code it gives me in mm.dd.yyyy format. please help me, thank you.
  9. baran121

    sql user default language problem

    what you mean gmmastros about doing. sorry i didnt understand. i just wanted to use dateformat dd.mm.yyyy and time format hh:mm (24 hours) and i wanted to understand why i couldnt change any user's language from arabic in security part. thanks.
  10. baran121

    sql user default language problem

    Hi Everybody, i have installed SQL server 2016 standart edition running on Windows 2019. I create an user i tried to use Default language as English. but each time i set it English then when i want to look back language goes back to Arabic. my main problem when i use print getdate() i have 12...
  11. baran121

    devexpress xtrareport master detail- detail version

    Hi everybody, I want to know that devexpress xtrareport has master table 1. detail table- 2. detail table version ? that means there are two detail tables which are independent from each other just depent on master table.
  12. baran121

    create .apk from MVC project

    Hi All, i neeed help to make .apk from my MVC project. i want it to use in android device. i learn that i can use Xamarin.Android.Support.v4 i search in nuget than when i try to install i got an error. Severity Code Description Project File Line Suppression State Error Could not install...
  13. baran121

    Sending data with bluetooth on webproject

    Using 32feetlibrary works on windows form but it didn't work on webproject. Is there a way to interact with a bluetooth device on webform/.net webproject? thank you for all replies
  14. baran121

    label in for loop

    hi everyone, i have a code which i want to move place of labels. i do like below, but it takes time in this method, is there any other way to do it easyly? thank you Label53.Left = Label52.Left + Label52.Width Label54.Left = Label53.Left + Label53.Width Label55.Left =...
  15. baran121

    View with no lock

    actually i already search on google and tek-tips. but couldnt see this web site on google. It is exactly what i asked.thank you very much.
  16. baran121

    View with no lock

    Hi everybody, I have a view name view_verim_hesap Has tables that i didnt uze with (nolock) So if i put with (nolock) to tables in the views Do i need to use with (nolock) also for view Select * from view_verim_hesap with (nolock)
  17. baran121

    using ' or % in update

    hi thank you for replay. i know it it is also possible to use replace function in my VB code before using sql but i want to use a way to update a table like store procedure wout using store procedure. because sp doesnt need to convert data which use ' or %.
  18. baran121

    using ' or % in update

    hi , i want to update blow code. how can i update when there is ' or % or ---- in varchar column. ÖNCE KUMAŞLAR YIKANARAK GÖNDERİLDİ,İSTANBUL'DA ETEK DİKİLDİ TEKRAR GELİP YIKANDI---- update model_num_det_yikama set kms_kodu=null ,lotbolge='Merkez Kesim' ,def='ÖNCE KUMAŞLAR YIKANARAK...

Part and Inventory Search

Back
Top