Skip to content
  • 0 Votes
    2 Posts
    2 Views
    L
    Trail: JDBC Database Access (The Java™ Tutorials)[^]
  • 0 Votes
    4 Posts
    0 Views
    L
    Use SQLite; that way you can embed the DB in you app. Other than the connection string, it's the same as SQL Server (except, maybe, in the area of stored procs). In fact, VS uses SQLite; and it's "part of" WIndows 10. [Convert SQL Server DB to SQLite DB](https://www.codeproject.com/Articles/26932/Convert-SQL-Server-DB-to-SQLite-DB) [Microsoft SQL Server vs. SQLite Comparison](https://db-engines.com/en/system/Microsoft+SQL+Server%3BSQLite) It was only in wine that he laid down no limit for himself, but he did not allow himself to be confused by it. ― Confucian Analects: Rules of Confucius about his food
  • Never Let A Opportunity Go to Waste

    The Lounge database csharp css sql-server linq
    19
    0 Votes
    19 Posts
    0 Views
    realJSOPR
    Wehave simulateous access by thousands of users and dozens of stored procs, we have to do that because our queries take a few seconds.If we don't do it, we get errors. ".45 ACP - because shooting twice is just silly" - JSOP, 2010 ----- You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010 ----- When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013
  • Error in SQL Light Compact 4

    C# database sql-server sysadmin json help
    14
    0 Votes
    14 Posts
    0 Views
    D
    That's one way to do it, but it's the least performant and increases heap fragmentation. Creating one set of parameter objects and reusing them is a much better method. Asking questions is a skill CodeProject Forum Guidelines Google: C# How to debug code Seriously, go read these articles. Dave Kreskowiak
  • 0 Votes
    31 Posts
    40 Views
    T
    I'll add Diffuse to the 'as needed' section.
  • 0 Votes
    2 Posts
    2 Views
    Richard DeemingR
    Well, go ahead - you have our permission. https://support.microsoft.com/en-gb/help/323176/how-to-implement-windows-authentication-and-authorization-in-asp-net[^] "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
  • 0 Votes
    2 Posts
    0 Views
    B
    Please post in English ... use Google translator if necessary. «One day it will have to be officially admitted that what we have christened reality is an even greater illusion than the world of dreams.» Salvador Dali
  • 0 Votes
    2 Posts
    4 Views
    Richard DeemingR
    It's usually preferable to store the files in the file system, and store the paths in the database. But you might want to consider using file tables or filestream access instead, if they're available on your server. Binary Large Object (Blob) Data (SQL Server) - SQL Server | Microsoft Docs[^] "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
  • 0 Votes
    17 Posts
    0 Views
    C
    Is the answer: every time they stop to concentrate on the problem of making the dynamically/asynchronously loaded code do the work they might have already solved when loading the pages/links/button?
  • 0 Votes
    4 Posts
    0 Views
    C
    They have responded in a solution - apparently they work together and are trying to solve the same issue
  • 0 Votes
    2 Posts
    0 Views
    N
    Kent Sharkey wrote: I see the SQL team is trying to keep up with everyone else over there I suppose that some Windows Update workers got reallocated :rolleyes: :doh: :sigh: M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.
  • 0 Votes
    18 Posts
    0 Views
    K
    Here Here, and the worse is development platforms and tools. The only DB I install locally is MySQL. I use a Core Development VM which houses my MSSQL DB. A Second one for an OracleDB. And a final one for Non-Core Development (Tools I don't use that often). This means I often have 1 VM running (I use multiple desktops to switch between them), and sometimes 2 VMs running. Office is installed on my main machine, and inside the Dev Machine, it mirrors the client config, which is an added benefit for "safe" testing... Curious if you are leveraging VMs? [I kinda wish windows ran like X-Windows, and ALL of my tools could run inside of specific containers, and configuration setup to let them talk to each other] Finally, I maintain all my source on my local machine, and mount it inside of my VMs... Which means all of my main desktop source searching tools work, etc. Again, I am planning for a day when you can download an entire development platform separate from the Project you are working on [already kinda cloud based dev stuff], and then connect the source, and be up and running. Without installing crap! [Development as a local service]. But the last replacement was in December 2019... I spent about 60hrs migrating to this setup. 20hrs wasted because of a bug in VirtualBox broke all of my VMs and none would run except the Linux ones. Turns out a Xeon chip issue. So scary, I have not upgraded since. Some source code I carry around was written in the 1980s... And every cycle I lose tools. I remember when I let BRIEF editor go away... It should all be a lot easier, considering we are developers and this is our lifeblood. For many years, we simply Cloned a Developer machine for new developers! VMs make that easier.
  • java programmimg

    Java java database sql-server sysadmin help
    8
    0 Votes
    8 Posts
    4 Views
    M
    Hey Thank you for this thread. As Java is platform-independent, that means Java programs can run seamlessly on Linux, Windows, and MacOS.In fact, Java is additionally supported on many embedded and mobile platforms. Java refers to the acquisition of knowledge, skills, and competencies as a result of the teaching of vocational or practical skills and knowledge that relate to specific useful competencies. Java classes in solapur Java classes in latur
  • Classical music CD database

    The Lounge database php css sql-server design
    19
    0 Votes
    19 Posts
    0 Views
    W
    You might need to glean from multiple sources. Classical Music Collector has already been suggested. You might also look at Classical.net or Thrall Classical Music Library Money makes the world go round ... but documentation moves the money.
  • 0 Votes
    1 Posts
    0 Views
    No one has replied
  • 0 Votes
    16 Posts
    0 Views
    J
    And still we pay for their products, because the free alternative isn't really an alternative. But then again, if we pay for something we have also earned the right to complain, right? Wrong is evil and must be defeated. - Jeff Ello Never stop dreaming - Freddie Kruger
  • We are back

    Site Bugs / Suggestions database sql-server sysadmin
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • 0 Votes
    6 Posts
    0 Views
    N
    I might have found something... see two threads above M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.
  • CodeProject maintenance today 11AM EDT

    The Lounge database sql-server sysadmin
    5
    0 Votes
    5 Posts
    0 Views
    M
    Matthew Dennis wrote: The site will be read only for a few hours. Ah, peace and quiet. ;) Latest Articles: Proxy class for TypeScript/Intellisense DOM manipulation
  • Binding picture box with column with oracle

    C# help database sql-server oracle wpf
    2
    0 Votes
    2 Posts
    0 Views
    L
    Ask in the Oracle forums; their database, they might know. Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^] "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.