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 strongm 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: *

  • Users: baran121
  • Content: Threads
  • Order by date
  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

    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.
  4. 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.
  5. 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...
  6. 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...
  7. 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.
  8. 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...
  9. 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
  10. 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 =...
  11. 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)
  12. 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...
  13. baran121

    power function Arithmetic overflow error converting expression to data type int.

    hi , when i do query in SQL SERVER down i got an error. print power(36,6) Arithmetic overflow error converting expression to data type int. please help me.
  14. baran121

    Alphanumeric increament [0-9] and [A-Z]

    Hi , i wanted to increase value of my max Alphanumeric field. http://www.tek-tips.com/viewthread.cfm?qid=1232783 i searched here i found in link that Select Char(1 + Ascii('A')) so i use it in my table. select top 1 Char(1 + Ascii( left(opr_sec,1))) from model_oper where model_num=32 and...
  15. baran121

    table index problem?

    hi i have two table which i join them i couldnt get data even when i wanna get even one row . here is my code : select top 1 *from kalite_kontrol k inner join is_acma_bar b on k.is_num=b.is_num and k.oper_num=b.oper_num where b.pers_num=272 and k.tarih='2016-03-23' i couldnt get data by query...
  16. baran121

    no backupset selected to be reload

    Hi i am using SQL 2012 Enterprise edition. I wanna restore my database but when i open restore i see "no backupset selected to be reload" i couldnt see in forum any solution. can anoyone help me please?
  17. baran121

    no backupset selected to be reload

    Hi i am using SQL 2012 Enterprise edition. I wanna restore my database but when i open restore i see "no backupset selected to be reload" i couldnt see in forum any solution. can anoyone help me please?
  18. baran121

    sql dividing string

    Hi i have a table column i wanna take data from this column as i want. and i wanna put this datas to temp table. i gave examples down. Thank you .. table : tablex column : definition examples: a. 30091155-3/30091157-1_AÇIK PAÇA/30091158-7_AÇIK PAÇA MADE IN ETİKET 30091155 3 30091157 1...
  19. baran121

    winsock port 1200 problem

    hi i am new user for winsock. in my code with winsock i connect to 672 port, but i couldnt connect to 1200 port. i can connect with hyperterminal port=672 or port=1200 plese help me. there is my code down. Private Sub cmdConnect_Click() On Error GoTo hata_g If cmdConnect.Caption = "Connect"...
  20. baran121

    oracle connection Provider cannot be found. It may not be properly installed.

    Hi, i am new about Oracle, on my computer i can connect ORACLE database. But in another computer i have a problem following "oracle connection Provider cannot be found. It may not be properly installed." if you can help me i ll be apprsuade. i use visual basic 6. connection string: With...

Part and Inventory Search

Back
Top