Is it possible we can connect our SQL database to GUI
application? If it is yes than how tell me the explanation

Answer Posted / subha

plz Explain ?

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between table aliases and column aliases? Do they affect performance?

503


If a user does not have permission to a table, but has permission to a view created on it, will he be able to view the data in table?

550


Can we make the the chages By Using the Sql if u know any function or process please inform me Actuall result: BRK1 Break 1 Part 1 00:01:00:00 60 BRK1 Break 1 Part 2 00:01:00:00 60 BRK2 Break 2 Part 1 00:01:00:00 60 BRK2 Break 2 Part 2 00:01:00:00 60 BRK2 Break 2 Part 3 00:01:00:00 60 BRK3 Break 3 Part 1 00:01:00:00 60 BRK3 Break 3 Part 2 00:01:00:00 60 Desired O/P: BRK1 Break 1 Part 1 00:01:00:00 60 Part 2 00:01:00:00 60 BRK2 Break 2 Part 1 00:01:00:00 60 Part 2 00:01:00:00 60 Part 3 00:01:00:00 60

1711


How to enter date and time literals in ms sql server?

500


What does it mean if @@cursor_row returns a negative number?

567






What is the difference between deallocate cursor and close cursor?

704


What is BLOCK statements in SQL?

795


Explain how you can configure a running aggregate in SSRS?

109


What are the kinds of subquery?

521


What is normalization? Explain its different types?

593


Relational calculus is what type of language?

569


How to Sync Two SQL Azure Databases?

101


what are constraints? Explain different types of constraints? : Sql server database administration

492


What is the difference between a function and a stored procedure?

552


In my application I have a process which picks the scanned files (tif format) from a shared location and it links to application and shown on it.The actuall issue is that my process picks the file before it is completly written or scanned which results in displaying few parts of the image or incomplete image.I need to check if the file is not completly scanned or written then do not link it to application.Please help if any body tell me that how can i check that file is in written phase or locked through DTS.thanking you in advance

1551