Hi,
Using VFP9sp2 and MSSQL2016, what is the best way to setup a full text search mechanism from VFP to search either
1. a ChillKat encrypted field in an un-encrypted SQL table and
2. an un-encrypted field in an MSSQL encrypted table.
If the table is encrypted, then I'd probably use MSSQL's encryption. If I use field encryption on a un-encrypted table, then I'd use ChillKat.
I have experience using ChillKat and zero experience using MSSQL's encryption. I need to provide that same functionality that phdbase gave us for .dbfs for years, but now I need it for sql encrypted data. I intend to use MSSQL's fulltext and freetext search functions.
Because MSSQL provides both the encryption and full text searching functionality, does anyone know if what I'm trying to do will actually work? It makes sense that it would, but haven't seen any articles discussing it. Any ideals, issues, gotchas and any discussion would be great.
Thanks,
Stanley
Using VFP9sp2 and MSSQL2016, what is the best way to setup a full text search mechanism from VFP to search either
1. a ChillKat encrypted field in an un-encrypted SQL table and
2. an un-encrypted field in an MSSQL encrypted table.
If the table is encrypted, then I'd probably use MSSQL's encryption. If I use field encryption on a un-encrypted table, then I'd use ChillKat.
I have experience using ChillKat and zero experience using MSSQL's encryption. I need to provide that same functionality that phdbase gave us for .dbfs for years, but now I need it for sql encrypted data. I intend to use MSSQL's fulltext and freetext search functions.
Because MSSQL provides both the encryption and full text searching functionality, does anyone know if what I'm trying to do will actually work? It makes sense that it would, but haven't seen any articles discussing it. Any ideals, issues, gotchas and any discussion would be great.
Thanks,
Stanley