Search results for query: *

  • Users: PeymaniuM
  • Content: Threads
  • Order by date
  1. P

    NullReferenceException

    Hi Guys! Well I have a DataGrid and each time any row is added or removed this method is called and it saves the data but when I want to delete the last row from this gridview it gives me NullReferenceException Error! I searched everywhere but nothing I could find! The only thing I noticed...
  2. P

    How to convert DATE in SQL Server

    Hi All. Well my question is that how can we convert date from mm/dd/yyyy to dd/mm/yyyy or Long Date (ex. Sunday, August 6, 2006). I searched over the net and I found that we have to use Convert function in our Queries such as: select Convert (nvarchar, Date, 101) As Date From Table But my...
  3. P

    SQL Server and Crystal Report is too Slow

    Hi.! Well thanks to all for helping me to complete my application! I have a small problem and that is when I install my apllication on anothjer computer everything works fine except that connecting and retrieving data from SQL Server for my Crystal Report Form is too slow! I dont know what is...
  4. P

    Convert from SQL server to MS Access

    Hi! How can we convert our database from SQL Server to MS Access!? Is there any software available for this purpose?
  5. P

    crystal report showing login dialog

    So what should I do with my error!!!??? Still showing Database Login Dialog when I want to run my Crystal Report Form in another machine! Hey guys for the to avoid crystal report from showing login dialog box do i need to change any permission of my database file (.mdf) in files (folder view)...
  6. P

    Deploy SQL Server Express and CR with ClickOnce

    Hi. Well I have a database connected to my SQL Server on my computer. Well I just want to install my application on another computer. First of all do I need to have SQL Server on that target machine? Second do i need to connect my Database to ODBC Data source? Third I connect my crystal...
Back
Top