Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
D

David Salter

@David Salter
About
Posts
269
Topics
15
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • SQL Query Required !
    D David Salter

    How about select distinct(symbol), min(price) from Order group by symbol


    Database FAQ

    Database database help question

  • I need a faster internet connection !!
    D David Salter

    I hope this isn't a repost:~ http://www.w3schools.com/downloadwww.htm[^]


    Database FAQ

    The Lounge database php com question

  • get byte[] from a database
    D David Salter

    Have a look at http://www.hostingphpbb.com/forum/viewtopic.php?t=15&mforum=databasefaq[^]


    Database FAQ

    Database database question

  • Extended Procedures question
    D David Salter

    I've written an article about XPs (http://www.codeproject.com/database/extended_sp.asp[^]). You may find this helpful.


    Database FAQ

    Database question database com

  • JOTD
    D David Salter

    Excellent..:laugh::laugh::laugh:


    Database FAQ

    The Lounge com adobe help tutorial question

  • Enterprise manger
    D David Salter

    I've never seen it do that before. Is it a big table? Does it have the relevant indexes on it?


    Database FAQ

    Database database com question

  • Extended Procedures question
    D David Salter

    As far as TSQL is concerned, an XP is the same as a normal SP. If you can execute SPs using this method (I don't see why you can't), then you should be able to execute XPs also.


    Database FAQ

    Database question database com

  • database directory bug?
    D David Salter

    Have a look at the Application.ExecutablePath property.


    Database FAQ

    C# help database question

  • database directory bug?
    D David Salter

    Its not a bug, the current working directory has been changed by the file open dialog so the current working directory is no longer that of your application hence you can't see the database. You need to give the full path to your database. You should be able to get the path of your exe, and then append the database name on to the end of it, so wherever you app is installed it will always work.


    Database FAQ

    C# help database question

  • General network error
    D David Salter

    I've seen a similar thing when using Names Pipes if you don't have sufficient authentication to connect to the server. Are you using names pipes? If so, try changing to TCP/IP and see if the problem goes away. If it does, then its a security issue.


    Database FAQ

    Database sysadmin database sql-server help question

  • autoNumber and Max+1 which is Best
    D David Salter

    If you're ever going to have more than one user acces your database, then you have to use AutoNumber. Max+1 could potentially give problems if two people (or processes) inserted into the datbase at the same time.


    Database FAQ

    Database architecture question

  • ‘Internet users are going to be flooded in spam.’
    D David Salter

    I like Thunderbird, but I do find that it doesn't get rid of that much spam. In my case it probably gets rid of 70%. Is that good? I was expecting it to be higher.


    Database FAQ

    The Lounge com

  • Connecting to the remote Sqlserver instance.
    D David Salter

    Does this link help? http://www.able-consulting.com/MDAC/ADO/Connection/OLEDB_Providers.htm#OLEDBProviderForSQLServer[^]


    Database FAQ

    Database tutorial

  • Connecting to the remote Sqlserver instance.
    D David Salter

    If you have more than one instance, you need to specify the machine and instance name to connect. i.e. instead of connecting to "server_name", you would connect to "server_name\instance_name".


    Database FAQ

    Database tutorial

  • SQL transaction rollback and commit
    D David Salter

    You need to use a two phase commit mechanism. What database are you using?


    Database FAQ

    Database database question help

  • Picture Databases
    D David Salter

    Have a look at the following: Inserting/retrieving files into a database


    Database FAQ

    Web Development help database tutorial question

  • insert /retrieve text file into/from MySQL
    D David Salter

    Always read the data into a Byte[] rather than a Char[] and it will work for both binary and text files. You shouldn't really need to read it into a char[].


    Database FAQ

    Database mysql question

  • connecting to the data source
    D David Salter

    psvSource needs to be set to a DSN that you have registered in ODBC administrator. If you haven't specified one, that is probablky why you can't connect.


    Database FAQ

    Database question c++ help

  • connecting to the data source
    D David Salter

    That looks OK. What is psvSource set to?


    Affordable and reliable hosting? Click here!

    Database question c++ help

  • insert /retrieve text file into/from MySQL
    D David Salter

    I don't know why a FileStream wouldn't work for text data but would for binary. Can you post your code that doesn't work so we can have a look?


    Affordable and reliable hosting? Click here!

    Database mysql question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups