Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What type shall I use in SQL Server 2008 for VFP memo fi
Message
 
À
27/08/2010 13:50:01
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Conception bases de données
Divers
Thread ID:
01478926
Message ID:
01478952
Vues:
46
>>>what type shall i use in QLserver2008 for VFP memo fields i tried varchar(MAX) but it does not seem to accept carriage returns when entered in SSMS
>>>
>>>
>>>Peter
>>
>>Don't enter values manually in SSMS. Use UPDATE command or INSERT command.
>>
>>Varchar(max) is the correct type to use.
>
>
>I am brand new to this.
>
>how do I connect to my local SQLserver 9i used all defaults on install) from VFp??
>
>thnaks
>
>
>Peter
lnConnection = SQLSTRINGCONNECT("Driver=SQL Server;Server=.\SQLEXPRESS;Trusted_Connection=yes;")
IF lnConnection < 0
   AERROR(laError)
   MessageBox(laError[1,2])
ENDIF
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform