I am new in VB.NET webservices. I have created this WS:
<%@ WebService Language="vb" Class="Service" %>
Imports System.Web.Services
Imports System.Net
Imports System.IO
Imports System.Xml
<WebService(Namespace:="http://nnn.nnn.nnn.nnn/ws/WSName")>...
I am new in VB.NET webservices. I have created this WS:
<%@ WebService Language="vb" Class="Service" %>
Imports System.Web.Services
Imports System.Net
Imports System.IO
Imports System.Xml
<WebService(Namespace:="http://nnn.nnn.nnn.nnn/ws/WSName")>...
Hola. En SQL SERVER es posible obtener como filas individuales resultados que están almacenados en una columna como valores separados por comas?
Es decir... tengo una columna llamada NOMBRE que tiene valores:
# Nombre
1 Sergio,Juan
2 Roberto,Mario,Sergio
3 Juan,Ignacio,Sergio,Mario
Si pudiera...
How can I do to call a DLL from FoxPro for Windows 2.6?
I read this post: http://www.tek-tips.com/viewthread.cfm?qid=1625906
where user "Gene77532" used SET LIBRARY TO FOXTOOLS with this commands: REG32, REGP
but it doesn´t work for me.
FoxPro says "REG32.PRG does not exist"
Thanks!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.