Hey guys,
Is there a way to get at SQL Server databases from NSBasic? I have applications for the desktop that I write in C# that I would like to be able to provide extensions to for people to reference the data on their phones. I have accomplished this in a limited way by just developing a small ASP.Net web page that can be displayed on the devices but if I could accomplish this and give them the GUI that's available with an NSBasic application that would be really great.
Thanks,
-bruce
Reply via web post | • | Reply to sender | • | Reply to group | • | Start a New Topic | • | Messages in this topic (1) |
Hi Bruce,
I use IHttpHandler with VB.net. Basically asp.net without the user interface. I find it is very fast and works extremely well with SQL Server.
“You can write custom HTTP handlers to process specific, predefined types of HTTP requests in any Common Language Specification (CLS) compliant language. Executable code defined in the HttpHandler classes, rather than conventional ASP or ASP.NET Web pages, responds to these specific requests. HTTP handlers give you a means of interacting with the low-level request and response services of the IIS Web server and provide functionality much like ISAPI extensions but with a simpler programming model.”
https://msdn.microsoft.com/en-us/library/system.web.ihttphandler(v=vs.100).aspx
Thanks
JamesF
From: nsbas...@yahoogroups.com [mailto:nsbas...@yahoogroups.com]
Sent: August 23, 2016 3:44 PM
To: nsbas...@yahoogroups.com
Subject: [nsb-appstudio] SQL Server from NSBasic
Hey guys,
Is there a way to get at SQL Server databases from NSBasic? I have applications for the desktop that I write in C# that I would like to be able to provide extensions to for people to reference the data on their phones. I have accomplished this in a limited way by just developing a small ASP.Net web page that can be displayed on the devices but if I could accomplish this and give them the GUI that's available with an NSBasic application that would be really great.
Thanks,
-bruce
There's more useful information here:
http://wiki.nsbasic.com/Ajax_made_Simple#Using_AJAX_to_get_info_from_a_database_on_your_server.
George Henne
NS BASIC Corporation
http://www.nsbasic.com
>Hi Bruce,
>
>I use IHttpHandler with VB.net. Basically asp.net without the user
>interface. I find it is very fast and works extremely well with SQL Server.
>
>
>
>“You can write custom HTTP handlers to process specific, predefined
>types of HTTP requests in any Common Language Specification (CLS)
>compliant language. Executable code defined in the HttpHandler classes,
>rather than conventional ASP or ASP.NET Web pages, responds to these
>specific requests. HTTP handlers give you a means of interacting with
>the low-level request and response services of the IIS Web server and
>provide functionality much like ISAPI extensions but with a simpler
>programming model.”
>
>
>
>https://msdn.microsoft.com/en-us/library/system.web.ihttphandler(v=vs.
>100).aspx
>
>
>
>Thanks
>
>JamesF
>
>
>
>From: nsbas...@yahoogroups.com [mailto:nsbas...@yahoogroups.com]
>Sent: August 23, 2016 3:44 PM
>To: nsbas...@yahoogroups.com
>Subject: [nsb-appstudio] SQL Server from NSBasic
>
>
>
>
>
>
>
>Hey guys,
>
>
>
>Is there a way to get at SQL Server databases from NSBasic? I have
>applications for the desktop that I write in C# that I would like to be
>able to provide extensions to for people to reference the data on their
>phones. I have accomplished this in a limited way by just developing a
>small ASP.Net web page that can be displayed on the devices but if I
>could accomplish this and give them the GUI that's available with an
>NSBasic application that would be really great.
>
>
>
>Thanks,
>
>
>
>-bruce
>
>
>
>
>
>
>
There is an easier way using AJAX and a php file with the passwords etc for the MySql database. I think there is info on this in the wiki. If not feel free to contact meBob BriscoeSent from Bob's I-Phone.Our custom signature recognition systems can speed data processingand increase bottom line profits!
Hey guys,
Is there a way to get at SQL Server databases from NSBasic? I have applications for the desktop that I write in C# that I would like to be able to provide extensions to for people to reference the data on their phones. I have accomplished this in a limited way by just developing a small ASP.Net web page that can be displayed on the devices but if I could accomplish this and give them the GUI that's available with an NSBasic application that would be really great.
Thanks,
-bruce
There is an easier way using AJAX and a php file with the passwords etc for the MySql database. I think there is info on this in the wiki. If not feel free to contact meBob BriscoeSent from Bob's I-Phone.Our custom signature recognition systems can speed data processingand increase bottom line profits!Hey guys,Is there a way to get at SQL Server databases from NSBasic? I have applications for the desktop that I write in C# that I would like to be able to provide extensions to for people to reference the data on their phones. I have accomplished this in a limited way by just developing a small ASP.Net web page that can be displayed on the devices but if I could accomplish this and give them the GUI that's available with an NSBasic application that would be really great.Thanks,-bruce