Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP to SQL conversion
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Titre:
VFP to SQL conversion
Divers
Thread ID:
01025681
Message ID:
01025681
Vues:
63
Can anyone help me with this conversion.
I need a SQL sample to do this.
CREATE TABLE temp( Template M )
INSERT INTO temp( Template ) values([<html><body>Name: %%NAME%%<br>Address: %%CITY%%</body></html>])
replace Template WITH STRTRAN( Template, '%%NAME%%', 'John Smith')
replace Template WITH STRTRAN( Template, '%%CITY%%', 'Atlanta, GA')
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform