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

  1. gslick

    Calling A Web Service

    Hi thanks for that. I did look into using the Service Broker before i asked because I thought this was the logical choice, but it looks like you can only create a web service on a SQL box, but not call a webservice on an external box(unless I am mistaken) You are correct, there isnt much info...
  2. gslick

    Calling A Web Service

    Hi does anybody have and links to any resources that shows me how to connect to a web service from within SQL Server 2005. I am just looking for some code (even if its using c# clr) that can link to the web service and call a web method. Thanks
  3. gslick

    Update a SQL Server Table

    Hi, I have been trying to find out how to update a table in SQL Server 2005 using (CLR). This is my class public static void UpdateDatabase() { string Name; using (SqlConnection conn = new SqlConnection("context connection = true")) {...
  4. gslick

    Script Database To Mutliple Files (2005)

    Hi, How can you Script a Database To Mutliple Files. This option has been removed in SQL 2005 Thanks
  5. gslick

    Shopping Cart

    Hi, Can anybody point me to a good FREE shopping cart application designed using asp/asp.net Thanks Gslick
  6. gslick

    Shopping Cart

    Hi, Can anybody point me to a good FREE shopping cart application designed using ASP.NET or just asp Thanks Gslick
  7. gslick

    licensing scheme

    Hi, Could someone advise on how to set up a Licensing scheme for asp.net application. I want to sell some code but dont want someone else to copy it and give it to others. Which is the best method of doing this ? Thanks
  8. gslick

    Reading Harddrive Serial Number

    Hi, I want to display a harddrive serial number on a asp.net page using VB.NET. Does anybody have any code that can do this ? Thanks Gslick
  9. gslick

    Event Booking Code

    Hi, I am looking for some code that allows people to select a day from a calendar and book an event for that day. Does anybody have any code that does this ? Thanks Gslick
  10. gslick

    Securing a asp.net application

    Hi, I have created a ASP.NET application and I want to sell my code/ website. Which is the best way of doing this without allowing people to copy my program and give it away. It it possible to put a product key in a web page ? Thanks Gslick
  11. gslick

    Image in a Data Grid

    Hi, Is it possible to place an image in a datagrid as a thumbnail ? Thanks
  12. gslick

    Open Access Reports from ASP.NET

    Thanks for your reply. Are you talking about using Crystal Reports in .NET ? If I used this technique, could I have a hyperlink that once pressed would run a report using crystal ? Thanks Gslick
  13. gslick

    Open Access Reports from ASP.NET

    Hi, Does anyone know how to open a Microsoft Access report from ASP.NET ? Thanks Gslick
  14. gslick

    File Selector

    Hi, I am trying to create a button that when clicked, opens up a windows for you to select a file on a network. I doesnt have to have the ability to open the file, just select it. (I would work like the CommonDialogBox would work on VB6) Has anybody got any code that does this ? I want it...
  15. gslick

    Seach folder structure and display structure on page...sounds cool!!

    Hi, I am trying to create a button that when clicked, opens up a windows for you to select a file on a network. I doesnt have to have the ability to open the file, just select it. (I would work like the CommonDialogBox would work on VB6) Has anybody got any code that does this ? I want it...
  16. gslick

    MSDE Distributions Rights

    Hi, I want to develop some web solutions for some clients and they dont have SQL Server. I was thinking of using MSDE as there backend. Is it legally ok for me to put my web solution and MSDE on a CD and distribute it ? I have read the MSDE licensing agreement and its confusing.
  17. gslick

    <field> field not updateable.

    UPDATE <table> SET <field> = @Field WHERE <Parm> = @Parm
  18. gslick

    &lt;field&gt; field not updateable.

    Hi, I am using a MS Access backend on Windows 2000 using FAT (not NTFS) System. I have designed a web page which inserts data into a table (which works), but if i try and update the table, I get a '<field> field not updateable. Why ? The field is not a primary key or an AutoNumber, its...

Part and Inventory Search

Back
Top