Most voted "pervasive" questions
Pervasive.SQL is a high-performance cross-platform database manager designed to be used in any type of application, simple or complex.
Learn more…1 question
Sort by count of
-
1
votes1
answer41
viewsHow to pass SELECT DB Pervasive parameter
I’m having to work with Pervasive database, so I’m having trouble passing a parameter to perform a SELECT I’ve tried using: DBCmd.Parameters.Add("@inicio", PsqlDbType.VarChar).Value = date_inicio;…